Skip to content

Commit 626a00a

Browse files
committed
Show the dialog just once when there are many unsaved sketches
1 parent e500c7c commit 626a00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/src/cc/arduino/view/preferences/Preferences.java

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public void mouseEntered(java.awt.event.MouseEvent evt) {
254254
tr("Can't enable external editor"),
255255
JOptionPane.INFORMATION_MESSAGE);
256256
externalEditorBox.setSelected(false);
257+
return;
257258
}
258259
}
259260
}

0 commit comments

Comments
 (0)