Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492a857 commit c4fe51bCopy full SHA for c4fe51b
src/tiled/mapeditor/MapEditor.java
@@ -237,7 +237,7 @@ public void windowClosing(WindowEvent event) {
237
238
final Preferences mainDialogPrefs = prefs.node("dialog/main");
239
final int width = mainDialogPrefs.getInt("width", APP_WIDTH);
240
- final int height = mainDialogPrefs.getInt("width", APP_HEIGHT);
+ final int height = mainDialogPrefs.getInt("height", APP_HEIGHT);
241
appFrame.setSize(width, height);
242
243
setCurrentMap(null);
0 commit comments