Skip to content

Commit

Permalink
update after each plugin gets added
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 24, 2015
1 parent fa1dcb0 commit 8451e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ private void updateUI(){
updateScroller();

invalidate();
repaint();

}

Expand All @@ -145,6 +144,7 @@ public void setDeviceManager(PluginManager dm) {
modePane.addTab(p.getName(), p);
panels.add(p);
Log.warning("Done : " + p.getName());
updateUI();
});
}
SwingUtilities.invokeLater(() -> {
Expand Down

0 comments on commit 8451e08

Please sign in to comment.