Commit 53de694b authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 16892

parent f8900984
......@@ -2390,7 +2390,7 @@ CShape.prototype.recalculateTextStyles = function (level) {
master_ppt_styles = parent_objects.master.txStyles;
}
else{
if (this.isPlaceholder()) {
if (this.isPlaceholder() && !(this instanceof AscFormat.CGraphicFrame)) {
switch (this.getPlaceholderType()) {
case AscFormat.phType_ctrTitle:
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