mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
Fix scrolling with huge message.
This commit is contained in:
parent
f15fbf463c
commit
4d9522f191
1 changed files with 2 additions and 0 deletions
|
|
@ -47,7 +47,9 @@ ListView {
|
|||
contentWidth: width - (vScrollBar.visible?vScrollBar.width:0)
|
||||
spacing: 0
|
||||
synchronousDrag: true
|
||||
onContentHeightChanged: cacheBuffer=view.contentHeight
|
||||
cacheBuffer: height
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
// TODO: Find a solution at this bug =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue