Commit b67ea6bf authored by Oleg Korshul's avatar Oleg Korshul

.

parent 6465c3d6
...@@ -3888,6 +3888,10 @@ function CDrawingDocument() ...@@ -3888,6 +3888,10 @@ function CDrawingDocument()
if (_object.type == c_oContentControlTrack.In) if (_object.type == c_oContentControlTrack.In)
{ {
_rect = _object.rects[0]; _rect = _object.rects[0];
var _page = this.m_arrPages[_rect.Page];
var drPage = _page.drawingPage;
_x = (drPage.left + dKoefX * (_rect.X + offset_x)); _x = (drPage.left + dKoefX * (_rect.X + offset_x));
_y = (drPage.top + dKoefY * (_rect.Y + offset_y)); _y = (drPage.top + dKoefY * (_rect.Y + offset_y));
......
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