We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de3f9a commit 3caed63Copy full SHA for 3caed63
app/src/processing/app/Base.java
@@ -956,14 +956,15 @@ public boolean handleClose(Editor editor) {
956
editor.internalCloseRunner();
957
958
if (editors.size() == 1) {
959
+ storeSketches();
960
+
961
// This will store the sketch count as zero
962
editors.remove(editor);
963
try {
964
Editor.serialMonitor.close();
965
} catch (Exception e) {
966
//ignore
967
}
- storeSketches();
968
rebuildRecentSketchesMenuItems();
969
970
// Save out the current prefs state
0 commit comments