Skip to content

Commit e33bd78

Browse files
author
Federico Fissore
committed
Recent sketches list updated even when a new sketch is saved. Fixes #3285
1 parent bede696 commit e33bd78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: app/src/processing/app/Editor.java

+2
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,8 @@ public boolean handleSaveAs() {
24552455
statusNotice(_("Saving..."));
24562456
try {
24572457
if (sketch.saveAs()) {
2458+
base.storeRecentSketches(sketch);
2459+
base.rebuildRecentSketchesMenuItems();
24582460
statusNotice(_("Done Saving."));
24592461
// Disabling this for 0125, instead rebuild the menu inside
24602462
// the Save As method of the Sketch object, since that's the

0 commit comments

Comments
 (0)