Commit 5bf7a04e authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

баг со вставкой после вырезания всех слайдов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60343 954022d7-b5bf-4e40-9824-e11837661b57
parent 06180a66
...@@ -3686,7 +3686,7 @@ PasteProcessor.prototype = ...@@ -3686,7 +3686,7 @@ PasteProcessor.prototype =
arr_slides[i].changeSize(presentation.Width, presentation.Height); arr_slides[i].changeSize(presentation.Width, presentation.Height);
arr_slides[i].setSlideSize(presentation.Width, presentation.Height); arr_slides[i].setSlideSize(presentation.Width, presentation.Height);
arr_slides[i].setLayout(g_oTableId.Get_ById(arr_layouts_id[i])); arr_slides[i].setLayout(g_oTableId.Get_ById(arr_layouts_id[i]));
arr_slides[i].Layout.setMaster(master); //arr_slides[i].Layout.setMaster(master);
arr_slides[i].Width = presentation.Width; arr_slides[i].Width = presentation.Width;
arr_slides[i].Height = presentation.Height; arr_slides[i].Height = presentation.Height;
} }
......
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