Skip to content

Commit

Permalink
TimelineItem.qml: disable animation on avatars
Browse files Browse the repository at this point in the history
This animation doesn't add much to the smooth display of the timeline;
worse, it started triggering a segfault with recent Qt (probably due to
a binding loop going really wrong somewhere). The code is commented out
for now but will likely be dropped entirely.
  • Loading branch information
Alexey Rusakov committed Dec 15, 2023
1 parent 9eb3113 commit c074213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/qml/TimelineItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Item {
sourceSize: Qt.size(width, -1)

AuthorInteractionArea { }
AnimationBehavior on height { FastNumberAnimation { } }
// AnimationBehavior on height { FastNumberAnimation { } }
}
Label {
id: authorLabel
Expand Down

0 comments on commit c074213

Please sign in to comment.