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 2a0bc2b commit b4ff391Copy full SHA for b4ff391
app/src/processing/app/Preferences.java
@@ -675,6 +675,7 @@ protected void showFrame(Editor editor) {
675
updateExtensionBox.setSelected(PreferencesData.get("editor.update_extension") == null ||
676
PreferencesData.getBoolean("editor.update_extension"));
677
678
+ dialog.setLocationRelativeTo(editor);
679
dialog.setVisible(true);
680
}
681
0 commit comments