Resolve deferred size comparisons before allocating span slots

This commit is contained in:
iris-ai committed 2026-09-20 16:50:18 -04:00
1 parent de1eb7e406
commit 8780b40bb7
23 files changed
+1471 -130

No files matched your search

+1 -1
View File
@@ -129,7 +129,7 @@ impl Widgets {
/// The length rules whoever draws this widget applies to its box.
pub fn size_rules(&self, id: impl IdLike) -> SizeRules {
self.data(id).unwrap().size
self.data(id).unwrap().size.clone()
}
/// Sets one axis's rule. The widget is marked rather than its parent