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