revert part of 0f1c7b1d71 which broke lots of stuff based on region selection

This commit is contained in:
Paul Davis 2014-07-03 15:48:20 -04:00
parent 80d1631aa3
commit ba33c6dab6
1 changed files with 2 additions and 0 deletions

View File

@ -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) {