From d9b7c8b8648d5d67d67735decac36a290a479190 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 May 2014 13:25:46 -0400 Subject: for trx, use the primary clock for verbose cursor units --- gtk2_ardour/verbose_cursor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/verbose_cursor.cc b/gtk2_ardour/verbose_cursor.cc index fec9e80ae1..497fb12152 100644 --- a/gtk2_ardour/verbose_cursor.cc +++ b/gtk2_ardour/verbose_cursor.cc @@ -124,7 +124,7 @@ VerboseCursor::set_time (framepos_t frame, double x, double y) AudioClock::Mode m; - if (Profile->get_sae() || Profile->get_small_screen()) { + if (Profile->get_sae() || Profile->get_small_screen() || Profile->get_trx()) { m = ARDOUR_UI::instance()->primary_clock->mode(); } else { m = ARDOUR_UI::instance()->secondary_clock->mode(); @@ -178,7 +178,7 @@ VerboseCursor::set_duration (framepos_t start, framepos_t end, double x, double AudioClock::Mode m; - if (Profile->get_sae() || Profile->get_small_screen()) { + if (Profile->get_sae() || Profile->get_small_screen() || Profile->get_trx()) { m = ARDOUR_UI::instance()->primary_clock->mode (); } else { m = ARDOUR_UI::instance()->secondary_clock->mode (); -- cgit v1.2.3