Fix Bug 46645
This commit is contained in:
parent
1626af3a1f
commit
41dc4f1d1b
|
@ -524,6 +524,10 @@ define([ 'text!documenteditor/main/app/template/ControlSettingsDialog.template',
|
||||||
val = formTextPr.get_Width();
|
val = formTextPr.get_Width();
|
||||||
this.spnWidth.setValue(val ? val : '', true);
|
this.spnWidth.setValue(val ? val : '', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((type == Asc.c_oAscContentControlSpecificType.CheckBox || type == Asc.c_oAscContentControlSpecificType.Picture) && !formPr ) {// standart checkbox or picture
|
||||||
|
this.txtPlaceholder.cmpEl && this.txtPlaceholder.cmpEl.closest('tr').hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue