Rename reuse_geometry to reuse_view

This commit is contained in:
Antonio Scandurra 2024-01-10 23:06:10 +01:00
parent 1c260e6dfd
commit a4ef1bc096
3 changed files with 35 additions and 51 deletions

View file

@ -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;
}
}