🎨 Update av

This commit is contained in:
Daniel 2023-07-03 15:29:54 +08:00
parent fb85f7d36e
commit f91d6cbce9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 52 additions and 13 deletions

View file

@ -238,6 +238,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewColumnWrap(op)
case "setAttrViewColWidth":
ret = tx.doSetAttrViewColumnWidth(op)
case "setAttrView":
ret = tx.doSetAttrView(op)
}
if nil != ret {