Browse Source

Pull request #126056: 无JIRA任务 同步

Merge in DEC/fineui from ~WINDY/fineui:final/11.0 to final/11.0

* commit '8715eea3d61053cacb7e807a279270f099a5f1af':
  无JIRA任务 同步
research/test
windy 2 years ago
parent
commit
19e093b62a
  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, cls: o.iconCls1,
width: 36, width: 36,
height: o.height, height: o.height,
iconHeight: o.iconHeight,
iconWidth: 36,
disableSelected: true, disableSelected: true,
selected: this._digest(o.value) selected: this._digest(o.value)
}); });

Loading…
Cancel
Save