mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
always take verbose cursor clock mode from primary clock (finally!)
This commit is contained in:
parent
4196553c5d
commit
b03e0625b6
1 changed files with 2 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue