Kevin Trometer 8 年之前
父节点
当前提交
18f3baa291
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/ui/view/StatisticGraph.java

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

@@ -51,6 +51,7 @@ public class StatisticGraph extends JPanel {
 	 */
 	public StatisticGraph(final Model model, Control control) {
 		this.controller = control;
+		this.model = model;
 
 		this.setBackground(Color.WHITE);
 	}