Commit ddcdbc56 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51292 954022d7-b5bf-4e40-9824-e11837661b57
parent cc97dd06
......@@ -443,10 +443,11 @@ CGroupShape.prototype =
for(var i = 0; i < this.spTree.length; ++i)
this.spTree[i].draw(graphics);
if ( (graphics instanceof CGraphics) && !graphics.m_oContext.isOverlay ) {
if ( graphics instanceof CGraphics ) {
graphics.SetIntegerGrid(false);
graphics.transform3(this.transform, false);
graphics.DrawLockObjectRect(this.lockType, 0, 0, this.extX, this.extY );
if ( !graphics.m_oContext.isOverlay )
graphics.DrawLockObjectRect(this.lockType, 0, 0, this.extX, this.extY );
graphics.reset();
graphics.SetIntegerGrid(true);
}
......
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