Skip to content

Commit 2f3b33a

Browse files
committed
Rebuild tab menu on tab delete
Fixes #3534
1 parent e385142 commit 2f3b33a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public void handleDeleteCode() {
678678
setCurrentCode(0);
679679

680680
// update the tabs
681-
editor.repaintHeader();
681+
editor.rebuildHeader();
682682
}
683683
}
684684
}

0 commit comments

Comments
 (0)