Preferences frame opens on top of active editor

This commit is contained in:
Federico Fissore 2015-03-13 10:49:16 +01:00
parent 2a0bc2bfca
commit b4ff39144c
1 changed files with 1 additions and 0 deletions

View File

@ -675,6 +675,7 @@ public class Preferences {
updateExtensionBox.setSelected(PreferencesData.get("editor.update_extension") == null ||
PreferencesData.getBoolean("editor.update_extension"));
dialog.setLocationRelativeTo(editor);
dialog.setVisible(true);
}