mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 00:13:10 +01:00
Remove double-nested reversible command when note editing
This commit is contained in:
parent
964100e911
commit
e82e30992d
1 changed files with 0 additions and 4 deletions
|
|
@ -2160,12 +2160,8 @@ Editor::edit_notes (MidiRegionView* mrv)
|
|||
void
|
||||
Editor::note_edit_done (int r, EditNoteDialog* d)
|
||||
{
|
||||
begin_reversible_command (_("edit note(s)"));
|
||||
|
||||
d->done (r);
|
||||
delete d;
|
||||
|
||||
commit_reversible_command();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue