send correct property change for audio trigger when region changes

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

View file

@ -1720,7 +1720,7 @@ AudioTrigger::set_region_in_worker_thread_internal (std::shared_ptr<Region> r, b
/* we've changed our internal values; we need to update our queued UIState or they will be lost when UIState is applied */
copy_to_ui_state ();
send_property_change (ARDOUR::Properties::name);
send_property_change (ARDOUR::Properties::region);
return 0;
}