mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
verbose cursor should use primary clock mode even when showing a duration, not just absolute position
This commit is contained in:
parent
381a3c0a99
commit
485bafff37
1 changed files with 1 additions and 7 deletions
|
|
@ -156,13 +156,7 @@ VerboseCursor::set_duration (framepos_t start, framepos_t end)
|
|||
return;
|
||||
}
|
||||
|
||||
AudioClock::Mode m;
|
||||
|
||||
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