rename a bit

This commit is contained in:
2025-08-28 22:21:43 -04:00
parent 97f2f67dee
commit 3df76d926c
10 changed files with 34 additions and 31 deletions

View File

@@ -153,7 +153,7 @@ impl<'a> Painter<'a> {
pub fn size<W>(&mut self, id: &WidgetId<W>) -> Vec2 {
self.widgets
.get_dyn_dynamic(&id.id)
.size(&mut self.size_ctx())
.get_size(&mut self.size_ctx())
}
pub fn size_ctx(&mut self) -> SizeCtx<'_> {