Commit 6e29fecf authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 22057 - [CoEdit] Новый слайд или дубликат слайда приходит второму...

правка бага  22057 - [CoEdit] Новый слайд или дубликат слайда приходит второму пользователю с размером 4:3


git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51644 954022d7-b5bf-4e40-9824-e11837661b57
parent fce42807
......@@ -6284,6 +6284,7 @@ CPresentation.prototype =
{
History.Add(this, {Type: historyitem_Presenattion_AddSlide, Pos: pos, Id: slide.Get_Id()});
this.Slides.splice(pos, 0, slide);
slide.setSlideSize(this.Width, this.Height);
editor.WordControl.m_oLogicDocument.recalcMap[slide.Id] = slide;
},
......
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