preserve scroll position when loading history

it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution
This commit is contained in:
ouwou
2021-10-06 02:30:30 -04:00
parent cf33d53809
commit ad523f37c5
2 changed files with 13 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#include "chatmessage.hpp"
#include "chatlist.hpp"
#include "../abaddon.hpp"
#include "../constants.hpp"
#include "abaddon.hpp"
#include "constants.hpp"
ChatList::ChatList() {
m_list.get_style_context()->add_class("messages");