mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Call Editor::abort_reversible_command() in MidiRegionView::abort_command()
Fixes broken undo stack if no changes occurred. Edit note dialog is currently the only user.
This commit is contained in:
parent
e82e30992d
commit
d1932b23b3
1 changed files with 1 additions and 0 deletions
|
|
@ -1093,6 +1093,7 @@ MidiRegionView::abort_command()
|
|||
{
|
||||
delete _note_diff_command;
|
||||
_note_diff_command = 0;
|
||||
trackview.editor().abort_reversible_command();
|
||||
clear_editor_note_selection();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue