mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
send correct property change for audio trigger when region changes
This may need an adjustment in the GUI
This commit is contained in:
parent
dac39fd8cb
commit
83f501f084
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue