Rename reuse_geometry to reuse_view
This commit is contained in:
parent
1c260e6dfd
commit
a4ef1bc096
3 changed files with 35 additions and 51 deletions
|
@ -292,7 +292,7 @@ impl Element for AnyView {
|
|||
&& !cx.window.dirty_views.contains(&self.entity_id())
|
||||
&& !cx.window.refreshing
|
||||
{
|
||||
cx.reuse_geometry();
|
||||
cx.reuse_view();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue