mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 14:45:28 +00:00
opening dialogs on same screen as the main window, do not restore window size to larger value that actual screen size Fixed [#1768], [#1768] Maximizing window on other than main monitor
This commit is contained in:
@@ -2935,6 +2935,7 @@ public class Main {
|
||||
}
|
||||
|
||||
public static void exit() {
|
||||
View.saveScreen();
|
||||
if (mainFrame != null && mainFrame.getPanel() != null) {
|
||||
mainFrame.getPanel().scrollPosStorage.saveScrollPos(mainFrame.getPanel().getCurrentTree().getCurrentTreeItem());
|
||||
mainFrame.getPanel().savePins();
|
||||
|
||||
Reference in New Issue
Block a user