Skip to content

Commit 646c9f7

Browse files
committed
Fix regression: after "save as..." window title is updated
Fix #5388
1 parent 4c3d962 commit 646c9f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/processing/app/Editor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,6 +2090,9 @@ public boolean handleSaveAs() {
20902090
} finally {
20912091
// make sure the toolbar button deactivates
20922092
toolbar.deactivateSave();
2093+
2094+
// Update editor window title in case of "Save as..."
2095+
updateTitle();
20932096
}
20942097

20952098
return true;

0 commit comments

Comments
 (0)