Skip to content
Snippets Groups Projects
Commit 05aa7f94 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix binding loop warning

parent 362efbf5
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,10 @@ Item {
ScrollBar.vertical: ScrollBar {
id: scrollbar
anchors.top: parent.top
anchors.left: parent.right
anchors.bottom: parent.bottom
parent: chat.parent
anchors.top: chat.top
anchors.left: chat.right
anchors.bottom: chat.bottom
onPressedChanged: if (!pressed) chat.updatePosition()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment