Commit 1bcfef04 authored by Oleg Korshul's avatar Oleg Korshul

.

parent a1771911
......@@ -6680,6 +6680,9 @@ function CDrawingDocument()
var _rect = _object.getXY();
var _page = this.m_arrPages[_object.getPage()];
if (!_page)
return false;
var drPage = _page.drawingPage;
var dKoefX = (drPage.right - drPage.left) / _page.width_mm;
......
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