1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
This commit is contained in:
lucasmerlin
2026-06-02 17:18:10 +02:00
parent 64c54f307b
commit a1d45d6d31

View File

@@ -71,7 +71,7 @@ pub enum AtomKind<'a> {
///
/// The nested layout is measured (sized) when the parent is sized, and painted (and
/// interacted with) at the cell rect the parent computes for it.
Layout(Box<AtomLayout<'a>>),
Layout(Box<AtomLayout<'a>>),
}
impl Clone for AtomKind<'_> {