[DE] Bug 38815
This commit is contained in:
parent
e13b485299
commit
12085b02ee
|
@ -384,6 +384,10 @@ define([
|
||||||
if (this.chPages.getValue() == 'checked') {
|
if (this.chPages.getValue() == 'checked') {
|
||||||
value = props.get_RightAlignTab();
|
value = props.get_RightAlignTab();
|
||||||
this.chAlign.setValue((value !== null && value !== undefined) ? value : 'indeterminate');
|
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(),
|
var start = props.get_OutlineStart(),
|
||||||
|
|
Loading…
Reference in a new issue