Fix track height menu.
[ardour.git] / gtk2_ardour / automation_line.cc
index 844063a22726ac7b6a3d04b75c1a6885482b063c..29163c6aaaa802eaa38e548a4a53d4003e94c49f 100644 (file)
@@ -153,9 +153,9 @@ AutomationLine::control_point_box_size ()
                                4.0);
        }
 
-       if (_height > TimeAxisView::hLarger) {
+       if (_height > TimeAxisView::preset_height (HeightLarger)) {
                return 8.0;
-       } else if (_height > (guint32) TimeAxisView::hNormal) {
+       } else if (_height > (guint32) TimeAxisView::preset_height (HeightNormal)) {
                return 6.0;
        }
        return 4.0;