Commit 1b9a1762 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@60347 954022d7-b5bf-4e40-9824-e11837661b57
parent 8d571852
...@@ -3209,7 +3209,7 @@ function CEditorPage(api) ...@@ -3209,7 +3209,7 @@ function CEditorPage(api)
arr[i].Name = master.sldLayoutLst[i].cSld.name; arr[i].Name = master.sldLayoutLst[i].cSld.name;
if ("" == master.sldLayoutLst[i].ImageBase64 || Math.abs(this.m_oLayoutDrawer.WidthMM - this.m_oLogicDocument.Width) < MOVE_DELTA || Math.abs(this.m_oLayoutDrawer.HeightMM - this.m_oLogicDocument.Height) < MOVE_DELTA) if ("" == master.sldLayoutLst[i].ImageBase64 || Math.abs(this.m_oLayoutDrawer.WidthMM - this.m_oLogicDocument.Width) > MOVE_DELTA || Math.abs(this.m_oLayoutDrawer.HeightMM - this.m_oLogicDocument.Height) > MOVE_DELTA)
{ {
this.m_oLayoutDrawer.WidthMM = this.m_oLogicDocument.Width; this.m_oLayoutDrawer.WidthMM = this.m_oLogicDocument.Width;
this.m_oLayoutDrawer.HeightMM = this.m_oLogicDocument.Height; this.m_oLayoutDrawer.HeightMM = this.m_oLogicDocument.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