Update comboboxes in AnimationDiolog

This commit is contained in:
OVSharova 2021-12-17 20:40:07 +03:00
parent ad1608e217
commit 042f171f2f

View file

@ -93,6 +93,7 @@ define([
cls: 'input-group-nr', cls: 'input-group-nr',
editable: false, editable: false,
style : 'margin-top: 16px; width: 100%;', style : 'margin-top: 16px; width: 100%;',
menuStyle: 'min-width: 100%;',
takeFocusOnClose: true, takeFocusOnClose: true,
data : this.EffectGroupData, data : this.EffectGroupData,
value : (this._state.activeEffect != undefined)?this._state.activeGroup:undefined value : (this._state.activeEffect != undefined)?this._state.activeGroup:undefined
@ -104,6 +105,7 @@ define([
cls: 'input-group-nr', cls: 'input-group-nr',
editable: false, editable: false,
style : 'margin-top: 16px; width: 100%;', style : 'margin-top: 16px; width: 100%;',
menuStyle: 'min-width: 100%;',
takeFocusOnClose: true takeFocusOnClose: true
}); });
this.cmbLevel.on('selected', _.bind(this.onLevelSelect,this)); this.cmbLevel.on('selected', _.bind(this.onLevelSelect,this));