Browse Source

Merge pull request #126058 in DEC/fineui from final/11.0 to release/11.0

* commit '19e093b62a3345edc16a3ef328f17eb4a1993c9d':
  无JIRA任务 同步
research/test
superman 2 years ago
parent
commit
b3d18b6bc4
  1. 2
      src/widget/downlist/item.downlistgroup.js

2
src/widget/downlist/item.downlistgroup.js

@ -29,6 +29,8 @@ BI.DownListGroupItem = BI.inherit(BI.BasicButton, {
cls: o.iconCls1,
width: 36,
height: o.height,
iconHeight: o.iconHeight,
iconWidth: 36,
disableSelected: true,
selected: this._digest(o.value)
});

Loading…
Cancel
Save