mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed scrolling too far.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
01306b3971
commit
7fc1a3d175
1 changed files with 0 additions and 4 deletions
|
@ -458,11 +458,7 @@ Rectangle {
|
|||
|
||||
function scrollToBottom() {
|
||||
if (listview.count == 0) return;
|
||||
// if (chat_scrollbar.visualPosition > 0.85) {
|
||||
listview.positionViewAtIndex(listview.count - 1, ListView.End);
|
||||
listview.positionViewAtEnd();
|
||||
listview.contentY = listview.contentY + 50;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue