Fix select grouped parent, extend option was ignored

D2067 by @mangostaniko
This commit is contained in:
Campbell Barton 2016-07-15 15:56:28 +10:00
parent 97f894f3fa
commit e56aa5d788

@ -577,7 +577,6 @@ static bool select_grouped_parent(bContext *C) /* Makes parent active and de-sel
/* can be NULL if parent in other scene */
if (baspar && BASE_SELECTABLE(v3d, baspar)) {
ED_base_object_select(basact, BA_DESELECT);
ED_base_object_select(baspar, BA_SELECT);
ED_base_object_activate(C, baspar);
changed = true;