update region markers after a regions bounds change (they may have moved)
This commit is contained in:
parent
f1390ca7f7
commit
ea94a045ae
@ -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…
Reference in New Issue
Block a user