Browse Source

updateui()

Kevin Trometer 8 years ago
parent
commit
df6593fd85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ui/view/StatisticGraphPanel.java

+ 1 - 0
src/ui/view/StatisticGraphPanel.java

@@ -146,6 +146,7 @@ public class StatisticGraphPanel extends JPanel {
 		});
 		legendPanel.add(b);
 		sGraph.calcMaximum();
+		that.updateUI();
 	}
 
 	/**