[DE] Fix adding outline level
This commit is contained in:
parent
11933d0204
commit
11d437603e
|
@ -891,6 +891,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
|
|||
}
|
||||
|
||||
this.cmbOutlinelevel.setValue((props.get_OutlineLvl() === undefined || props.get_OutlineLvl()===null) ? -1 : props.get_OutlineLvl());
|
||||
this.cmbOutlinelevel.setDisabled(!!props.get_OutlineLvlStyle());
|
||||
|
||||
this._noApply = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue