send correct property change for MIDI trigger when region changes

This may need an adjustment in the GUI
This commit is contained in:
Paul Davis
2024-11-23 11:35:56 -07:00
parent 83f501f084
commit 53773bb8cb

View File

@@ -3038,10 +3038,7 @@ MIDITrigger::set_region_in_worker_thread (std::shared_ptr<Region> r)
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 loaded midi region, span is %2\n", name(), data_length));
/* This is being used as a kind of shorthand for "everything" which is
pretty stupid
*/
send_property_change (ARDOUR::Properties::name);
send_property_change (ARDOUR::Properties::region);
return 0;
}