Skip to content

Commit fb58257

Browse files
committed
Removed a redundant call to setDefaultButton
1 parent 4e678da commit fb58257

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/processing/app/PreferencesFrame.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,6 @@ public void actionPerformed(ActionEvent e) {
504504
.addComponent(cancelButton))
505505
.addGap(BORDER)
506506
);
507-
dialog.getRootPane().setDefaultButton(okButton);
508507

509508
if (Base.isWindows()){
510509
autoAssociateBox.setVisible(true);

0 commit comments

Comments
 (0)