abort reversible command if add-bbt-marker is cancelled

This commit is contained in:
Paul Davis 2022-05-29 14:41:55 -06:00
parent fdd634f530
commit 7168139861

View File

@ -3849,6 +3849,7 @@ BBTRulerDrag::finished (GdkEvent* event, bool movement_occurred)
default:
delete marker_dialog;
TempoMap::abort_update ();
_editor->abort_reversible_command ();
return;
}