parent
caeb9ce49c
commit
6be707267e
31 changed files with 83 additions and 121 deletions
|
|
@ -227,8 +227,8 @@ where
|
|||
.collect()
|
||||
}
|
||||
|
||||
fn diff(&mut self, state: &mut widget::Tree) {
|
||||
state.diff_children(&mut self.cells);
|
||||
fn diff(&self, state: &mut widget::Tree) {
|
||||
state.diff_children(&self.cells);
|
||||
}
|
||||
|
||||
fn layout(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue