Merge pull request #49161 from lawnjelly/fix_canvas_rect_bound4
[4.x] Fix canvas rect bound calculation
This commit is contained in:
commit
52ab531a56
|
@ -420,7 +420,6 @@ public:
|
|||
|
||||
if (found_xform) {
|
||||
r = xf.xform(r);
|
||||
found_xform = false;
|
||||
}
|
||||
|
||||
if (first) {
|
||||
|
|
Loading…
Reference in New Issue