From b48700a3bfe5bb2da0aec7dc8ec16848f4a8181d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 26 Sep 2020 20:29:02 +0200 Subject: Matrix: Fix page scroll when adding new previous messages, temporary disabling grouping of messages --- src/Body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index b6b1540..25a7bc3 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -146,7 +146,7 @@ namespace QuickMedia { assert(item >= 0 && item < (int)items.size()); selected_item = item; prev_selected_item = selected_item; - page_scroll = 0.0f; + //page_scroll = 0.0f; } void Body::select_first_item() { -- cgit v1.2.3