Commit 02ebfd48 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26841 - Остается окно комментария после удаления слайда

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59767 954022d7-b5bf-4e40-9824-e11837661b57
parent 30cc10c6
......@@ -642,7 +642,7 @@ CGraphicFrame.prototype =
var tx, ty;
tx = this.invertTransform.TransformPointX(x, y);
ty = this.invertTransform.TransformPointY(x, y);
var bBorder = this.graphicObject.Selection.Type2 === table_Selection_Border;
//var bBorder = this.graphicObject.Selection.Type2 === table_Selection_Border;
this.graphicObject.Selection_SetEnd(tx, ty, 0, e);
//if(g_mouse_event_type_up === e.Type && bBorder)
// editor.WordControl.m_oLogicDocument.Recalculate(); TODO: пересчет вызывается в CTable
......
......@@ -3451,6 +3451,7 @@ CPresentation.prototype =
this.DrawingDocument.m_oWordControl.GoToPage(this.Slides.length -1);
}
editor.sync_HideComment();
this.Document_UpdateUndoRedoState();
this.DrawingDocument.OnEndRecalculate();
this.DrawingDocument.UpdateThumbnailsAttack();
......
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