patch [#28246] Fix for [#28240]: selecting more than one object in the outliner with "shift left mouse" doesn't work anymore

from Alex Fraser (z0r)
This commit is contained in:
Campbell Barton
2011-08-14 08:39:13 +00:00
parent 0b23d378fb
commit 2187f6772c

View File

@@ -660,8 +660,8 @@ int tree_element_active(bContext *C, Scene *scene, SpaceOops *soops, TreeElement
{
switch(te->idcode) {
case ID_OB:
return tree_element_set_active_object(C, scene, soops, te, set);
/* Note: no ID_OB: objects are handled specially to allow multiple
selection. See do_outliner_item_activate. */
case ID_MA:
return tree_element_active_material(C, scene, soops, te, set);
case ID_WO: