strong & weak widgets

This commit is contained in:
iris committed 2025-12-11 07:16:06 -05:00
1 parent a85e129026
commit 36668c82f4
19 files changed
+293 -294

No files matched your search

+1 -1
View File
@@ -55,7 +55,7 @@ impl<const LEN: usize, Wa: WidgetArrLike<LEN, Tag>, Tag> FnOnce<(&mut Ui,)>
extern "rust-call" fn call_once(self, args: (&mut Ui,)) -> Self::Output {
Stack {
children: self.children.ui(args.0).arr.to_vec(),
children: self.children.ui(args.0).arr.into_iter().collect(),
size: self.size,
}
}