[SSE] Fix Bug 46222

This commit is contained in:
Julia Radzhabova 2020-08-18 17:40:46 +03:00
parent bccfd639ab
commit c1f69a2f82

View file

@ -1701,7 +1701,7 @@ define([
documentHolder.mnuChartEdit.chartInfo = elValue; documentHolder.mnuChartEdit.chartInfo = elValue;
ischartmenu = true; ischartmenu = true;
has_chartprops = true; has_chartprops = true;
} if ( elValue.asc_getSlicerProperties() ) { } else if ( elValue.asc_getSlicerProperties() ) {
documentHolder.mnuSlicerAdvanced.imageInfo = elValue; documentHolder.mnuSlicerAdvanced.imageInfo = elValue;
isslicermenu = true; isslicermenu = true;
} else { } else {