Commit d5bfb7ca authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49446 954022d7-b5bf-4e40-9824-e11837661b57
parent d8f3d30e
No related merge requests found
......@@ -591,7 +591,7 @@ CShapeDrawer.prototype =
this.p_width(1000 * this.StrokeWidth);
if (graphics.IsSlideBoundsCheckerType)
if (graphics.IsSlideBoundsCheckerType && !this.bIsNoStrokeAttack)
graphics.LineWidth = this.StrokeWidth;
if ((this.Ln.headEnd != null && this.Ln.headEnd.type != null) || (this.Ln.tailEnd != null && this.Ln.tailEnd.type != null))
......
......@@ -591,7 +591,7 @@ CShapeDrawer.prototype =
this.p_width(1000 * this.StrokeWidth);
if (graphics.IsSlideBoundsCheckerType)
if (graphics.IsSlideBoundsCheckerType && !this.bIsNoStrokeAttack)
graphics.LineWidth = this.StrokeWidth;
if ((this.Ln.headEnd != null && this.Ln.headEnd.type != null) || (this.Ln.tailEnd != null && this.Ln.tailEnd.type != null))
......
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