forked from qt-creator/qt-creator
QmlInspector: fixed bug in crumblepath
This commit is contained in:
@@ -758,9 +758,11 @@ void InspectorUi::setupDockWidgets()
|
||||
|
||||
void InspectorUi::crumblePathElementClicked(int debugId)
|
||||
{
|
||||
QList<int> l;
|
||||
l << debugId;
|
||||
selectItems(l);
|
||||
if (debugId != -1) {
|
||||
QList<int> l;
|
||||
l << debugId;
|
||||
selectItems(l);
|
||||
}
|
||||
}
|
||||
|
||||
bool InspectorUi::showExperimentalWarning()
|
||||
|
||||
Reference in New Issue
Block a user