summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 15:24:00 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 15:24:00 +0100
commit2606568376e032a5b66275397a52267f2e4c4578 (patch)
tree31afb7a279ae410ca6b4542499edd38ec7038f16 /resources
parentTry to avoid QTBUG-89568 (diff)
downloadnheko-2606568376e032a5b66275397a52267f2e4c4578.tar.xz
Fix messages sometimes not being rendered, when they are too large
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index b0498c4e..09dc4e36 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -13,7 +13,6 @@ ListView { Layout.fillWidth: true Layout.fillHeight: true - cacheBuffer: 400 model: TimelineManager.timeline boundsBehavior: Flickable.StopAtBounds pixelAligned: true