13
0

always take verbose cursor clock mode from primary clock (finally!)

This commit is contained in:
Paul Davis 2014-06-30 10:47:49 -04:00
parent 87208333ef
commit 8b7a7a1943

View File

@ -106,13 +106,9 @@ VerboseCursor::set_time (framepos_t frame)
return;
}
AudioClock::Mode m;
/* Take clock mode from the primary clock */
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();
}
AudioClock::Mode m = ARDOUR_UI::instance()->primary_clock->mode();
switch (m) {
case AudioClock::BBT: