stop hilighting edge on freetransform

This commit is contained in:
Jindra Petřík
2022-12-29 16:27:42 +01:00
parent f21e591adb
commit 3c42745c99

View File

@@ -480,6 +480,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
if (depth != freeTransformDepth) {
this.freeTransformDepth = depth;
}
hilightedEdge = null;
registrationPoint = null;
calculateFreeTransform();
hideMouseSelection();