mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Repaint when new tab added
This commit is contained in:
@@ -137,6 +137,7 @@ public class BotToolbar extends JToolBar {
|
|||||||
TabButton b = new TabButton(name);
|
TabButton b = new TabButton(name);
|
||||||
b.setActive(true);
|
b.setActive(true);
|
||||||
add(b, 0);
|
add(b, 0);
|
||||||
|
repaint();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user