浏览代码

updateui()

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();
 	}
 
 	/**