fix the construction of a reversible command to be HistoryOwner specific

This commit is contained in:
Paul Davis
2025-03-15 10:56:17 -06:00
parent b60239c1dc
commit 68a93b3804

View File

@@ -2015,7 +2015,7 @@ EditingContext::apply_midi_note_edit_op (MidiOperator& op, const RegionSelection
in_command = true;
}
(*cmd)();
_session->add_command (cmd);
add_command (cmd);
}
}