We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e678da commit fb58257Copy full SHA for fb58257
1 file changed
app/src/processing/app/PreferencesFrame.java
@@ -504,7 +504,6 @@ public void actionPerformed(ActionEvent e) {
504
.addComponent(cancelButton))
505
.addGap(BORDER)
506
);
507
- dialog.getRootPane().setDefaultButton(okButton);
508
509
if (Base.isWindows()){
510
autoAssociateBox.setVisible(true);
0 commit comments