Rebuild tab menu on tab delete

Fixes #3534
This commit is contained in:
Jakub Valtar
2015-08-06 10:46:35 -04:00
parent a11b4b2029
commit 418e9f37b1
+1 -1
View File
@@ -678,7 +678,7 @@ public class Sketch {
setCurrentCode(0);
// update the tabs
editor.repaintHeader();
editor.rebuildHeader();
}
}
}