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

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

Поправлен баг с клипом.
parent aab4a47c
This diff is collapsed.
...@@ -3805,7 +3805,7 @@ CShape.prototype = ...@@ -3805,7 +3805,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