13
0

fill ripple-excluded regions container

This commit is contained in:
Paul Davis 2021-06-04 11:10:09 -06:00
parent 04c03199dc
commit 76de8ab3f9

View File

@ -1820,6 +1820,7 @@ RegionMoveDrag::finished_copy (bool const changed_position, bool const changed_t
if (new_view != 0) {
new_views.push_back (new_view);
ripple_exclude.push_back (new_view->region());
}
}
}