mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 23:55:33 +00:00
Fixed Scrollbars
This commit is contained in:
@@ -2101,7 +2101,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
} else if (freeTransformDepth > -1) {
|
||||
setAllowMove(true);
|
||||
} else {
|
||||
boolean doMove = (h + dy) > h2 || (w + dx) > w2;
|
||||
boolean doMove = h > h2 || w > w2;
|
||||
if (zoom.fit) {
|
||||
doMove = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user