Skip to content

Commit

Permalink
ScrollFinisher: fix not logging
Browse files Browse the repository at this point in the history
The logging category cannot be taken from the parent object because
it's not defined in chatView but in root object.
  • Loading branch information
Kitsune Ral committed Jan 12, 2024
1 parent dc0381e commit 44eea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/qml/ScrollFinisher.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Timer {
property int positionMode: ListView.End
property int round: 1

readonly property var lc: parent.lc
readonly property var lc: root.lc
readonly property real contentX: parent.contentX
readonly property real contentY: parent.contentY
readonly property real height: parent.height
Expand Down

0 comments on commit 44eea0f

Please sign in to comment.