increment/decrement name changes ... out with old in with the new (gui)

This commit is contained in:
Paul Davis 2022-10-07 17:30:45 -06:00
parent 88396347e6
commit 254297355e
8 changed files with 24 additions and 24 deletions

View file

@ -866,7 +866,7 @@ AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force)
switch (_mode) {
case Timecode:
d = dur.is_zero() ? dur : dur.decrement_by_domain ();
d = dur.is_zero() ? dur : dur.decrement ();
break;
default:
d = dur;