From ad523f37c5f322f6ba93e454e31246ae3acdad33 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 6 Oct 2021 02:30:30 -0400 Subject: preserve scroll position when loading history it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution --- components/chatlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/chatlist.cpp') diff --git a/components/chatlist.cpp b/components/chatlist.cpp index ba10de9..01f1629 100644 --- a/components/chatlist.cpp +++ b/components/chatlist.cpp @@ -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"); -- cgit v1.2.3