Commit 8851743f authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33165

parent 216ff1bc
......@@ -891,12 +891,12 @@ function CLayoutThumbnailDrawer()
for (var i = 0; i < _layout.cSld.spTree.length; i++)
{
var _sp_elem = _layout.cSld.spTree[i];
if (!_sp_elem.isPlaceholder())
/*if (!_sp_elem.isPlaceholder())
{
if (use_layout_shapes !== false)
_sp_elem.draw(g);
}
else
else*/
{
var _ph_type = _sp_elem.getPlaceholderType();
var _usePH = true;
......
......@@ -1078,6 +1078,7 @@ Slide.prototype =
{
return;
}
this.Layout.recalculate();
if(this.recalcInfo.recalculateBackground)
{
this.recalculateBackground();
......
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