mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 18:31:53 +00:00
Cursor position display fix
This commit is contained in:
@@ -2371,11 +2371,6 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
}
|
||||
updatePos(timelined, lastMouseEvent, thisTimer);
|
||||
|
||||
if (cursorPosition != null) {
|
||||
cursorPosition.x /= zoomDouble;
|
||||
cursorPosition.y /= zoomDouble;
|
||||
}
|
||||
|
||||
Matrix mat = new Matrix();
|
||||
mat.translateX = swf.displayRect.Xmin;
|
||||
mat.translateY = swf.displayRect.Ymin;
|
||||
|
||||
Reference in New Issue
Block a user