[PE] Bug 46835

This commit is contained in:
Julia Radzhabova 2020-10-09 12:48:12 +03:00
parent 408b495ffe
commit 829f5d8eda

View file

@ -686,7 +686,7 @@ define([
shape_locked = pr.get_Locked();
no_object = false;
if (type == Asc.c_oAscTypeSelectElement.Table ||
type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage() && !pr.get_FromChart()) {
type == Asc.c_oAscTypeSelectElement.Shape && !pr.get_FromImage()) {
no_text = false;
}
in_chart = type == Asc.c_oAscTypeSelectElement.Chart;