Commit c49a1e5a authored by Oleg.Korshul's avatar Oleg.Korshul

клипировался рект лока

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60040 954022d7-b5bf-4e40-9824-e11837661b57
parent 209f57b9
......@@ -7531,12 +7531,15 @@ CChartSpace.prototype =
}
}
if (this.Lock && locktype_None != this.Lock.Get_Type())
graphics.RestoreGrState();
if (this.Lock && locktype_None != this.Lock.Get_Type())
{
graphics.SaveGrState();
graphics.transform3(this.transform);
graphics.DrawLockObjectRect(this.Lock.Get_Type(), 0, 0, this.extX, this.extY);
}
graphics.RestoreGrState();
graphics.RestoreGrState();
}
// graphics.reset();
},
......
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