wgui: refresh widgets with dirty tree state

This commit is contained in:
Aleksander
2025-11-15 11:46:34 +01:00
parent 5ce745d2b9
commit 127cb5c8d0
6 changed files with 133 additions and 77 deletions

View File

@@ -91,7 +91,9 @@ impl ComponentTrait for ComponentButton {
&mut self.base
}
fn refresh(&self, _data: &mut RefreshData) {}
fn refresh(&self, _data: &mut RefreshData) {
// nothing to do
}
}
impl ComponentButton {