[DE] Bug 38815

This commit is contained in:
Julia Radzhabova 2018-09-06 13:15:01 +03:00
parent e13b485299
commit 12085b02ee

View file

@ -384,6 +384,10 @@ define([
if (this.chPages.getValue() == 'checked') {
value = props.get_RightAlignTab();
this.chAlign.setValue((value !== null && value !== undefined) ? value : 'indeterminate');
if (this.chAlign.getValue() == 'checked') {
value = props.get_TabLeader();
(value!==undefined) && this.cmbLeader.setValue(value);
}
}
var start = props.get_OutlineStart(),