Commit 7202b370 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25753 - Не рисуется центральная направляющая (Grid Line)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57619 954022d7-b5bf-4e40-9824-e11837661b57
parent 038831a2
......@@ -765,10 +765,10 @@ MoveState.prototype =
var page = this.drawingObjects.document.Pages[pageIndex];
snapHorArray.push(page.Margins.Left);
snapHorArray.push(page.Margins.Right);
snapHorArray.push(page.W/2);
snapHorArray.push(page.Width/2);
snapVerArray.push(page.Margins.Top);
snapVerArray.push(page.Margins.Bottom);
snapVerArray.push(page.H/2);
snapVerArray.push(page.Height/2);
if(result_x === this.startX)
{
min_dx = 0;
......
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