Commit 5c169aed authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33556

parent 26a74399
......@@ -2157,10 +2157,12 @@ CPresentation.prototype =
Set_TableProps : function(Props)
{
this.Slides[this.CurPage].graphicObjects.setTableProps(Props);
this.Recalculate();
this.Document_UpdateInterfaceState();
this.Document_UpdateSelectionState();
if(this.Slides[this.CurPage]){
this.Slides[this.CurPage].graphicObjects.setTableProps(Props);
this.Recalculate();
this.Document_UpdateInterfaceState();
this.Document_UpdateSelectionState();
}
},
Get_Paragraph_ParaPr : function()
......
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