client: Workaround initial backlog fetch scrolling
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 28 Jun 2020 08:41:44 +0000 (04:41 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 4 Oct 2020 16:19:48 +0000 (18:19 +0200)
commit26406e4c1f049a021fd99fd6592389289a510e99
tree05dd193266b6313e854526aa51be7c6282eabf9f
parentc01c1ad4823a3e49c9526c19560dd5ce4fe30cb8
client: Workaround initial backlog fetch scrolling

Workaround ChatView scrolling somewhere into the middle when first
fetching enough backlog for the vertical scrollbar to become visible.

This happened before when fetching backlog by scrolling, but due to
initial backlog fetching was less noticeable.

A proper fix would be nicer, but this workaround seems to work for
now.  Feel free to tear this out later!
src/qtui/chatview.cpp
src/qtui/chatview.h