mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix behavior of duration clocks when scrolling in all modes except BBT
This commit is contained in:
parent
4beca98e28
commit
9f85a0aaba
1 changed files with 1 additions and 1 deletions
|
|
@ -1974,7 +1974,7 @@ AudioClock::current_duration (timepos_t pos) const
|
||||||
case MinSec:
|
case MinSec:
|
||||||
case Seconds:
|
case Seconds:
|
||||||
case Samples:
|
case Samples:
|
||||||
ret = timecnt_t (last_when(), pos);
|
ret = last_time;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue