Skip to content

Commit

Permalink
Fix Bug 71199
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Oct 24, 2024
1 parent 19dd669 commit 86b6684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 86b6684

Please sign in to comment.