mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Fmt
This commit is contained in:
@@ -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<'_> {
|
||||
|
||||
Reference in New Issue
Block a user