mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Properly repopulate Region-list after regions are deleted
This commit is contained in:
parent
3c17721eff
commit
d8349b366e
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ RegionListBase::regions_changed (std::shared_ptr<RegionList> rl, const PropertyC
|
|||
region_row_map.erase (map_it);
|
||||
_model->erase (r_it);
|
||||
}
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (map_it != region_row_map.end ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue