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:
@@ -1872,8 +1872,6 @@ MidiRegionView::add_canvas_patch_change (MidiModel::PatchChangePtr patch)
|
||||
);
|
||||
|
||||
_patch_changes.insert (make_pair (patch, patch_change));
|
||||
|
||||
display_patch_changes();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user