Kevin Trometer 8 năm trước cách đây
mục cha
commit
18f3baa291
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
 	}