Normand Briere
2019-02-22 611518a0ff65fd05e517d44adbcec639570b86eb
timeflow/app/ui/SizeLegendPanel.java
....@@ -13,7 +13,7 @@
1313 Field sizeField;
1414 double min, max;
1515
16
- public SizeLegendPanel(TFModel model)
16
+ public SizeLegendPanel(TimeflowModel model)
1717 {
1818 super(model);
1919 setBackground(Color.white);
....@@ -44,7 +44,7 @@
4444 g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
4545 int w=getSize().width;
4646 int h=getSize().height;
47
- TFModel model=getModel();
47
+ TimeflowModel model=getModel();
4848 Display display=model.getDisplay();
4949 g.setColor(getBackground());
5050 g.setFont(display.plain());