diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-06 02:30:30 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-10-06 02:30:30 -0400 |
commit | ad523f37c5f322f6ba93e454e31246ae3acdad33 (patch) | |
tree | 0c82b55369a297a2986a3e3b8d10f25cbb8cf381 /components/chatlist.cpp | |
parent | cf33d53809eb06eea8fbdd91e3c72f51e91e4f25 (diff) | |
download | abaddon-portaudio-ad523f37c5f322f6ba93e454e31246ae3acdad33.tar.gz abaddon-portaudio-ad523f37c5f322f6ba93e454e31246ae3acdad33.zip |
preserve scroll position when loading history
it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution
Diffstat (limited to 'components/chatlist.cpp')
-rw-r--r-- | components/chatlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |