Commit a14c59bd authored by Sergey Luzyanin's avatar Sergey Luzyanin

Перенес CSlideBoundsChecker в CommonController.js

Поправлен баг с клипом.
parent 3f9622dd
This diff is collapsed.
...@@ -3829,7 +3829,7 @@ CShape.prototype = ...@@ -3829,7 +3829,7 @@ CShape.prototype =
{ {
var clip_rect = this.clipRect; var clip_rect = this.clipRect;
var oBodyPr = this.getBodyPr(); var oBodyPr = this.getBodyPr();
if(!oBodyPr || oBodyPr.upright) if(!oBodyPr || !oBodyPr.upright)
{ {
graphics.transform3(this.transform); graphics.transform3(this.transform);
graphics.AddClipRect(clip_rect.x, clip_rect.y, clip_rect.w, clip_rect.h); graphics.AddClipRect(clip_rect.x, clip_rect.y, clip_rect.w, clip_rect.h);
......
This diff is collapsed.
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