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
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();