Show the dialog just once when there are many unsaved sketches

This commit is contained in:
Cristian Maglie 2017-04-26 14:04:50 +02:00 committed by Cristian Maglie
parent e500c7c41f
commit 626a00a9bf
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ public class Preferences extends javax.swing.JDialog {
tr("Can't enable external editor"),
JOptionPane.INFORMATION_MESSAGE);
externalEditorBox.setSelected(false);
return;
}
}
}