From 13047e73a70a53528cc7effbebba90bd9c234c6f Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Mon, 17 Oct 2022 11:34:57 +0300 Subject: [PATCH] don't reflow on listview elements update --- src/ListView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ListView.cpp b/src/ListView.cpp index 71f48f0..2d18115 100644 --- a/src/ListView.cpp +++ b/src/ListView.cpp @@ -11,7 +11,7 @@ void ListView::on_init() { } void ListView::elements_updated() { - reflow(); + repaint(); } void ListView::set_active_element(unsigned int active_element) {