mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
increment/decrement name changes ... out with old in with the new (gui)
This commit is contained in:
parent
88396347e6
commit
254297355e
8 changed files with 24 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue