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);
|
gotoObjectReferenceDefinition(objref);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// empty list
|
|
||||||
m_propertyInspector->clear();
|
|
||||||
m_crumblePath->clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline QString displayName(const QDeclarativeDebugObjectReference &obj)
|
inline QString displayName(const QDeclarativeDebugObjectReference &obj)
|
||||||
|
|||||||
Reference in New Issue
Block a user