fix behavior of duration clocks when scrolling in all modes except BBT
This commit is contained in:
@@ -1974,7 +1974,7 @@ AudioClock::current_duration (timepos_t pos) const
|
||||
case MinSec:
|
||||
case Seconds:
|
||||
case Samples:
|
||||
ret = timecnt_t (last_when(), pos);
|
||||
ret = last_time;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user