new_grid: fix some thinkos in ruler math, to better match sensible grid lines.
[ardour.git] / gtk2_ardour / editor.h
index ed49077670c23c3299f7071c12bf0a26416feee0..4fd8d0b028386040052b62920089d787a68c486f 100644 (file)
@@ -959,10 +959,10 @@ private:
                bbt_show_16,
                bbt_show_4,
                bbt_show_1,
-               bbt_show_beats,
-               bbt_show_ticks,
-               bbt_show_ticks_detail,
-               bbt_show_ticks_super_detail
+               bbt_show_quarters,
+               bbt_show_eighths,
+               bbt_show_sixteenths,
+               bbt_show_thirtyseconds
        };
 
        BBTRulerScale bbt_ruler_scale;