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) {