Commit 7952793a authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34486

parent c54b608e
......@@ -607,6 +607,13 @@
return DC;
};
CDrawingDocContent.prototype.Recalculate = function()
{
if(this.XLimit > 0){
this.Recalculate_PageDrawing();
}
};
// TODO: сделать по-нормальному!!!
function CDocument_prototype_private_GetElementPageIndexByXY(ElementPos, X, Y, PageIndex)
{
......
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