We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bede696 commit e33bd78Copy full SHA for e33bd78
app/src/processing/app/Editor.java
@@ -2455,6 +2455,8 @@ public boolean handleSaveAs() {
2455
statusNotice(_("Saving..."));
2456
try {
2457
if (sketch.saveAs()) {
2458
+ base.storeRecentSketches(sketch);
2459
+ base.rebuildRecentSketchesMenuItems();
2460
statusNotice(_("Done Saving."));
2461
// Disabling this for 0125, instead rebuild the menu inside
2462
// the Save As method of the Sketch object, since that's the
0 commit comments