Browse Source

updateui()

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