don't reflow on listview elements update
This commit is contained in:
parent
4f85dafa28
commit
13047e73a7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue