revert part of 0f1c7b1d71 which broke lots of stuff based on region selection
This commit is contained in:
@@ -4546,6 +4546,8 @@ Editor::get_regions_from_selection_and_edit_point ()
|
||||
|
||||
if (_edit_point == EditAtMouse && entered_regionview && !selection->regions.contains (entered_regionview)) {
|
||||
regions.add (entered_regionview);
|
||||
} else {
|
||||
regions = selection->regions;
|
||||
}
|
||||
|
||||
if (regions.empty() && _edit_point != EditAtMouse) {
|
||||
|
||||
Reference in New Issue
Block a user