Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix scrolling of the chat view at expense of some more memory usage. #2555

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

manyoso
Copy link
Collaborator

@manyoso manyoso commented Jul 4, 2024

This is using https://doc.qt.io/qt-6/qml-qtquick-listview.html#cacheBuffer-prop to actually be able to scroll the chatview. I'm at a loss for how Qt developers thought not using this would be acceptable in nearly any circumstance? Why wasn't this the default??

Before:

Peek 2024-07-04 11-55

After:

Peek 2024-07-04 11-56

Signed-off-by: Adam Treat <treat.adam@gmail.com>
ellipsis-dev[bot]

This comment was marked as spam.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
ellipsis-dev[bot]

This comment was marked as spam.

@manyoso manyoso merged commit 11b58a1 into main Jul 8, 2024
6 of 12 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants