diff --git a/src/rooms/RoomTreeSection.qml b/src/rooms/RoomTreeSection.qml index 912f05667..43b381a0e 100644 --- a/src/rooms/RoomTreeSection.qml +++ b/src/rooms/RoomTreeSection.qml @@ -65,7 +65,7 @@ QQC2.ItemDelegate { QQC2.ToolTip.visible: hovered QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay - onClicked: root.treeView.toggleExpanded(row) + onClicked: root.treeView.toggleExpanded(root.row) } } }