don't reflow on listview elements update

This commit is contained in:
hippoz 2022-10-17 11:34:57 +03:00
parent 4f85dafa28
commit 13047e73a7
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -11,7 +11,7 @@ void ListView::on_init() {
} }
void ListView::elements_updated() { void ListView::elements_updated() {
reflow(); repaint();
} }
void ListView::set_active_element(unsigned int active_element) { void ListView::set_active_element(unsigned int active_element) {