diff --git a/src/libs/tracing/qml/FlameGraphView.qml b/src/libs/tracing/qml/FlameGraphView.qml index 53c2edf9da7..47fb90578da 100644 --- a/src/libs/tracing/qml/FlameGraphView.qml +++ b/src/libs/tracing/qml/FlameGraphView.qml @@ -242,8 +242,9 @@ ScrollView { onClicked: selectClicked() onDoubleClicked: { + tooltip.selectedNode = null; + tooltip.hoveredNode = null; flamegraph.root = FlameGraph.modelIndex; - selectClicked(); } // Functions, not properties to limit the initial overhead when creating the nodes,