Commit 53de694b authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 16892

parent f8900984
...@@ -2390,7 +2390,7 @@ CShape.prototype.recalculateTextStyles = function (level) { ...@@ -2390,7 +2390,7 @@ CShape.prototype.recalculateTextStyles = function (level) {
master_ppt_styles = parent_objects.master.txStyles; master_ppt_styles = parent_objects.master.txStyles;
} }
else{ else{
if (this.isPlaceholder()) { if (this.isPlaceholder() && !(this instanceof AscFormat.CGraphicFrame)) {
switch (this.getPlaceholderType()) { switch (this.getPlaceholderType()) {
case AscFormat.phType_ctrTitle: case AscFormat.phType_ctrTitle:
case AscFormat.phType_title: case AscFormat.phType_title:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment