mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-02 04:09:28 +00:00
Fix scrolling with huge message.
This commit is contained in:
parent
4c45067074
commit
5cfbce1df4
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