Commit 731ef7d9 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Merge pull request #133 from ONLYOFFICE/feature/Bug35286

.
parents 673d5e50 1bcfef04
......@@ -6686,6 +6686,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