update region markers after a regions bounds change (they may have moved)

This commit is contained in:
Paul Davis 2021-05-14 13:26:58 -06:00
parent f1390ca7f7
commit ea94a045ae

View file

@ -436,6 +436,7 @@ RegionView::region_changed (const PropertyChange& what_changed)
if (what_changed.contains (ARDOUR::bounds_change)) { if (what_changed.contains (ARDOUR::bounds_change)) {
region_resized (what_changed); region_resized (what_changed);
region_sync_changed (); region_sync_changed ();
update_cue_markers ();
} }
if (what_changed.contains (ARDOUR::Properties::muted)) { if (what_changed.contains (ARDOUR::Properties::muted)) {
region_muted (); region_muted ();