mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
Disable drag-move
This commit is contained in:
@@ -2173,6 +2173,8 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
//updateScrollBars();
|
||||
} else if (freeTransformDepth > -1) {
|
||||
setAllowMove(true);
|
||||
} else if (selectionMode) {
|
||||
setAllowMove(false);
|
||||
} else {
|
||||
boolean doMove = h > h2 || w > w2;
|
||||
if (zoom.fit) {
|
||||
|
||||
Reference in New Issue
Block a user