Commit 3d4604bc authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 27882 - Ошибка в консоли при нажатии undo и redo после вставки строк в таблицу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60049 954022d7-b5bf-4e40-9824-e11837661b57
parent 940591d7
......@@ -3036,8 +3036,11 @@ CPresentation.prototype =
{
if(State.CurPage > -1)
this.Slides[State.CurPage].graphicObjects.setSelectionState(State.slideSelection);
this.Set_CurPage(State.CurPage);
this.bGoToPage = true;
if(State.CurPage !== this.CurPage)
this.bGoToPage = true;
this.CurPage = State.CurPage;
//this.Set_CurPage(State.CurPage);
},
Undo : function(Data)
......
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