From 86b6684bd3afee5170f3f297f4f8659144fae4f5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 24 Oct 2024 18:35:17 +0300 Subject: [PATCH] Fix Bug 71199 --- apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'