mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 08:44:39 +01:00
Merge pull request #3542 from JakubValtar/bugfix-delete-tab
Rebuild tab menu on tab delete
This commit is contained in:
@@ -678,7 +678,7 @@ public class Sketch {
|
||||
setCurrentCode(0);
|
||||
|
||||
// update the tabs
|
||||
editor.repaintHeader();
|
||||
editor.rebuildHeader();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user