Browse Source

Fixed syntax

flabbet 2 years ago
parent
commit
00b5ab7729

+ 1 - 1
src/PixiEditor.ChangeableDocument/Changes/Root/FlipImage_Change.cs

@@ -54,7 +54,7 @@ internal sealed class FlipImage_Change : Change
         RectI bounds = new RectI(VecI.Zero, img.LatestSize);
         if (membersToFlip.Count > 0)
         {
-            var preciseBounds = img.FindPreciseBounds();
+            var preciseBounds = img.FindPreciseCommittedBounds();
             if (preciseBounds.HasValue)
             {
                 bounds = preciseBounds.Value;