Commit d066de4e authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander.Trofimov

не рисуем мега ректы на пдф контексте

parent 3b5a57b6
......@@ -2099,6 +2099,8 @@ Paragraph.prototype =
Element = aUnderline.Get_Next();
}
if (pGraphics.RENDERER_PDF_FLAG !== true)
{
// Рисуем красный рект вокруг измененных ранов
var arrRunReviewRectsLine = [];
Element = aRunReview.Get_NextForward();
......@@ -2147,6 +2149,8 @@ Paragraph.prototype =
}
}
}
}
if(pGraphics.End_Command)
{
pGraphics.End_Command()
......
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