Commit 27ea599c authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34354

parent 4d433dfa
...@@ -4344,10 +4344,12 @@ CPresentation.prototype = ...@@ -4344,10 +4344,12 @@ CPresentation.prototype =
{ {
case AscDFH.historyitem_Presentation_AddSlide: case AscDFH.historyitem_Presentation_AddSlide:
{ {
History.RecalcData_Add({Type: AscDFH.historyitem_recalctype_Drawing, All: true});
break; break;
} }
case AscDFH.historyitem_Presentation_RemoveSlide: case AscDFH.historyitem_Presentation_RemoveSlide:
{ {
History.RecalcData_Add({Type: AscDFH.historyitem_recalctype_Drawing, All: true});
break; break;
} }
case AscDFH.historyitem_Presentation_SlideSize: case AscDFH.historyitem_Presentation_SlideSize:
......
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