From a699a637e44e6a4f59488868a031667d2a283c8e Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 26 Feb 2018 18:52:28 -0600 Subject: Switch CDFrame grid to use MinSec ruler rather than Sample ruler. --- gtk2_ardour/editor_tempodisplay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_tempodisplay.cc') diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 0cb646be50..fa2b821c24 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -383,7 +383,7 @@ Editor::maybe_draw_grid_lines () } else if (_grid_type== GridTypeTimecode) { metric_get_timecode (grid_marks, _leftmost_sample, rightmost_sample, 12); } else if (_grid_type == GridTypeCDFrame) { - metric_get_samples (grid_marks, _leftmost_sample, rightmost_sample, 12); + metric_get_minsec (grid_marks, _leftmost_sample, rightmost_sample, 12); } else if (_grid_type == GridTypeMinSec) { metric_get_minsec (grid_marks, _leftmost_sample, rightmost_sample, 12); } -- cgit v1.2.3