Commit 6bb85ba1 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Поправила баг в связи с пред заливкой, а именно, для bJustDraw-элементов...

Поправила баг в связи с пред заливкой, а именно, для bJustDraw-элементов запрашивались MathPrp у родительского класса 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57292 954022d7-b5bf-4e40-9824-e11837661b57
parent 870cac32
......@@ -113,7 +113,7 @@ CMathText.prototype =
{
var code = this.value;
var Compiled_MPrp = this.Parent.MathPrp.GetCompiled_ScrStyles();
var Compiled_MPrp = this.bJDraw ? null : this.Parent.MathPrp.GetCompiled_ScrStyles();
if(this.Type === para_Math_Placeholder || this.bJDraw || Compiled_MPrp.nor)
return code;
......
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