mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 12:57:10 +00:00
Transformation point zooming fix.
This commit is contained in:
@@ -2573,7 +2573,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
|
||||
synchronized (lock) {
|
||||
if (registrationPoint != null) {
|
||||
registrationPoint = new Point2D.Double(registrationPoint.getX() * zoomDouble / zoomDoubleBefore, registrationPoint.getY() * zoomDouble / zoomDoubleBefore);
|
||||
//registrationPoint = new Point2D.Double(registrationPoint.getX() * zoomDouble / zoomDoubleBefore, registrationPoint.getY() * zoomDouble / zoomDoubleBefore);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user