Skip to content

Commit e39560e

Browse files
committed
Rebuild header on "Save as"
Fixes #5550
1 parent bb5fe24 commit e39560e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,7 @@ public boolean handleSaveAs() {
21062106

21072107
// Update editor window title in case of "Save as..."
21082108
updateTitle();
2109+
header.rebuild();
21092110
}
21102111

21112112
return true;

0 commit comments

Comments
 (0)