QmlJsInspector: keeping last selected object when disabling observer mode

This commit is contained in:
Christiaan Janssen
2011-02-08 17:41:48 +01:00
parent a39510b1eb
commit a9e79b938c

View File

@@ -547,10 +547,6 @@ void InspectorUi::selectItems(const QList<QDeclarativeDebugObjectReference> &obj
gotoObjectReferenceDefinition(objref); gotoObjectReferenceDefinition(objref);
return; return;
} }
// empty list
m_propertyInspector->clear();
m_crumblePath->clear();
} }
inline QString displayName(const QDeclarativeDebugObjectReference &obj) inline QString displayName(const QDeclarativeDebugObjectReference &obj)