13
0

fix recursive loop in patch change display

We do not want a loop between ::add_canvas_patch_change() and
::display_patch_changes(), even if it does bottom out in the end
This commit is contained in:
Paul Davis 2022-03-30 13:08:16 -06:00
parent 9efdba5b91
commit 7c6bce5cda

View File

@ -1872,8 +1872,6 @@ MidiRegionView::add_canvas_patch_change (MidiModel::PatchChangePtr patch)
);
_patch_changes.insert (make_pair (patch, patch_change));
display_patch_changes();
}
void