From e56aa5d7889e51746f7cf84d1192822240195057 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Jul 2016 15:56:28 +1000 Subject: Fix select grouped parent, extend option was ignored D2067 by @mangostaniko --- source/blender/editors/object/object_select.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c index 0cbbe46f461..f1b7186f8a1 100644 --- a/source/blender/editors/object/object_select.c +++ b/source/blender/editors/object/object_select.c @@ -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; -- cgit v1.2.3