Kevin Trometer 8 年 前
コミット
df6593fd85
1 ファイル変更1 行追加0 行削除
  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();
 	}
 
 	/**