forked from qt-creator/qt-creator
QmlJsInspector: keeping last selected object when disabling observer mode
This commit is contained in:
@@ -547,10 +547,6 @@ void InspectorUi::selectItems(const QList<QDeclarativeDebugObjectReference> &obj
|
||||
gotoObjectReferenceDefinition(objref);
|
||||
return;
|
||||
}
|
||||
|
||||
// empty list
|
||||
m_propertyInspector->clear();
|
||||
m_crumblePath->clear();
|
||||
}
|
||||
|
||||
inline QString displayName(const QDeclarativeDebugObjectReference &obj)
|
||||
|
||||
Reference in New Issue
Block a user