Commit 8e72e016 authored by SergeyLuzyanin's avatar SergeyLuzyanin

Do not draw underlining of spelling

parent cbf6a0c1
...@@ -2169,7 +2169,7 @@ Paragraph.prototype.Internal_Draw_5 = function(CurPage, pGraphics, Pr, BgColor) ...@@ -2169,7 +2169,7 @@ Paragraph.prototype.Internal_Draw_5 = function(CurPage, pGraphics, Pr, BgColor)
} }
} }
// Рисуем подчеркивание орфографии // Рисуем подчеркивание орфографии
if (this.LogicDocument && true === this.LogicDocument.Spelling.Use) if (this.LogicDocument && true === this.LogicDocument.Spelling.Use && !(pGraphics.IsThumbnail === true))
{ {
pGraphics.p_color(255, 0, 0, 255); pGraphics.p_color(255, 0, 0, 255);
var SpellingW = editor.WordControl.m_oDrawingDocument.GetMMPerDot(1); var SpellingW = editor.WordControl.m_oDrawingDocument.GetMMPerDot(1);
......
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