Fix T75378: Crash on clicking in the ghost icon of an appended proxy object

This commit is contained in:
Germano Cavalcante
2020-04-10 11:21:55 -03:00
parent 9a7f5f1bb4
commit ab8e7ffc64

View File

@@ -308,7 +308,7 @@ static eOLDrawState tree_element_set_active_object(bContext *C,
bool recursive)
{
TreeStoreElem *tselem = TREESTORE(te);
TreeStoreElem *parent_tselem;
TreeStoreElem *parent_tselem = NULL;
Scene *sce;
Base *base;
Object *ob = NULL;