Commit 6a2d49e5 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы рамки изменения текстовых настроек в рецензировании не...

Сделано, чтобы рамки изменения текстовых настроек в рецензировании не рисовались в формулах (баг 31025).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66581 954022d7-b5bf-4e40-9824-e11837661b57
parent 3c983a8f
......@@ -4691,7 +4691,7 @@ ParaRun.prototype.Draw_Lines = function(PDSL)
PDSL.SpellingCounter--;
}
if (true === this.Pr.Have_PrChange())
if (true === this.Pr.Have_PrChange() && para_Math_Run !== this.Type)
PDSL.RunReview.Add(0, 0, PDSL.X, X, 0, 255, 0, 0, {RunPr : this.Pr});
var CollPrChangeColor = this.private_GetCollPrChangeOther();
......
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