diff --git a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js index 723d3c14e6..57e72d7157 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js @@ -672,7 +672,7 @@ define([ this.btnsCategory[4].setDisabled(null === margins); // Margins var shapetype = props.asc_getType(); - this.btnsCategory[5].setDisabled(props.get_FromSmartArtInternal() + this.btnsCategory[5].setDisabled(props.get_FromSmartArtInternal() || props.get_FromSmartArt() || shapetype=='line' || shapetype=='bentConnector2' || shapetype=='bentConnector3' || shapetype=='bentConnector4' || shapetype=='bentConnector5' || shapetype=='curvedConnector2' || shapetype=='curvedConnector3' || shapetype=='curvedConnector4' || shapetype=='curvedConnector5'