summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-26 18:38:18 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-26 18:38:18 -0600
commite1b380b302de6a12b7f3eae57eebcf5b9bd8d807 (patch)
treeeedc26127204adad8e58a1154431fed182ad61ed /gtk2_ardour/editor_tempodisplay.cc
parent22819b8d2f3d71b8ddd0dfe22dbe635d9b0cbbcd (diff)
Rename SMPTE enum back to Timecode.
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc
index 8446ca414b..0cb646be50 100644
--- a/gtk2_ardour/editor_tempodisplay.cc
+++ b/gtk2_ardour/editor_tempodisplay.cc
@@ -380,7 +380,7 @@ Editor::maybe_draw_grid_lines ()
if ( grid_musical() ) {
metric_get_bbt (grid_marks, _leftmost_sample, rightmost_sample, 12);
- } else if (_grid_type== GridTypeSmpte) {
+ } 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);