mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Fix missing undo for audio timefx operations.
This commit is contained in:
parent
f716595fa5
commit
16ded1acac
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ Editor::time_stretch (RegionSelection& regions, float fraction)
|
|||
}
|
||||
|
||||
if ((aret = time_fx (audio, fraction, false)) != 0) {
|
||||
commit_reversible_command ();
|
||||
return aret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue