diff --git a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java index 644da9375..d7719b234 100644 --- a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java @@ -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;