break live-loop if there's no next region - fixes #6848
This commit is contained in:
@@ -808,6 +808,9 @@ RegionView::update_coverage_frames (LayerDisplay d)
|
||||
}
|
||||
|
||||
t = pl->find_next_region_boundary (t, 1);
|
||||
if (t < 0) {
|
||||
break;
|
||||
}
|
||||
me = new_me;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user