Fix a similar crash in room list.

This commit is contained in:
Black Hat
2019-10-19 23:00:30 -07:00
parent d3eb8229d5
commit 04bb4b1e98

View File

@@ -305,7 +305,7 @@ Item {
currentRoom.displayed = true
}
}
onSecondaryClicked: roomListContextMenu.createObject(ApplicationWindow.overlay, {"room": currentRoom}).popup()
onSecondaryClicked: roomListContextMenu.createObject(parent, {"room": currentRoom}).popup()
}
Component {