mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
update region markers after a regions bounds change (they may have moved)
This commit is contained in:
parent
f1390ca7f7
commit
ea94a045ae
1 changed files with 1 additions and 0 deletions
|
|
@ -436,6 +436,7 @@ RegionView::region_changed (const PropertyChange& what_changed)
|
|||
if (what_changed.contains (ARDOUR::bounds_change)) {
|
||||
region_resized (what_changed);
|
||||
region_sync_changed ();
|
||||
update_cue_markers ();
|
||||
}
|
||||
if (what_changed.contains (ARDOUR::Properties::muted)) {
|
||||
region_muted ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue