Remove double-nested reversible command when note editing
This commit is contained in:
parent
964100e911
commit
e82e30992d
@ -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…
Reference in New Issue
Block a user