Commit 77089b09 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 24242 - Автофигура отображается "за" таблицей, если к ячейке применен background color

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57326 954022d7-b5bf-4e40-9824-e11837661b57
parent 6c1324df
...@@ -1162,7 +1162,7 @@ CDocumentContent.prototype = ...@@ -1162,7 +1162,7 @@ CDocumentContent.prototype =
} }
if ( this.LogicDocument ) if ( this.LogicDocument )
LogicDocument.DrawingObjects.drawWrappingObjectsInContent(this.Get_StartPage_Absolute() + PageNum, this); this.LogicDocument.DrawingObjects.drawWrappingObjectsInContent(this.Get_StartPage_Absolute() + PageNum, pGraphics, this);
var Page_StartPos = this.Pages[PageNum].Pos; var Page_StartPos = this.Pages[PageNum].Pos;
var Page_EndPos = this.Pages[PageNum].EndPos; var Page_EndPos = this.Pages[PageNum].EndPos;
......
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