Browse Source

Pull request #1801: BI-77542 fix:高亮

Merge in VISUAL/fineui from ~JIMMY.CHAI/fineui:master to master

* commit '4025cc2c7d45ed2fb2d014a0ac3b48378e00b09c':
  BI-77542 fix:高亮
es6
Jimmy.Chai 3 years ago
parent
commit
a8ba760b85
  1. 3
      src/case/button/treeitem/item.icon.treeleaf.js

3
src/case/button/treeitem/item.icon.treeleaf.js

@ -36,7 +36,8 @@ BI.IconTreeLeafItem = BI.inherit(BI.BasicButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
py: o.py
py: o.py,
keyword: o.keyword
});
var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left);
var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, {

Loading…
Cancel
Save