13
0

Remove double-nested reversible command when note editing

This commit is contained in:
nick_m 2017-06-17 03:39:37 +10:00
parent 964100e911
commit e82e30992d

View File

@ -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