switch to Rc<RefCell<...>> for widget storage

This commit is contained in:
iris committed 2025-12-07 14:36:38 -05:00
1 parent 38266debb6
commit c99d466b75
27 files changed
+685 -784

No files matched your search

+1 -1
View File
@@ -1,7 +1,7 @@
use crate::prelude::*;
pub struct LayerOffset {
pub inner: WidgetId,
pub inner: WidgetRef,
pub offset: usize,
}