mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -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
|
/// 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.
|
/// interacted with) at the cell rect the parent computes for it.
|
||||||
Layout(Box<AtomLayout<'a>>),
|
Layout(Box<AtomLayout<'a>>),
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Clone for AtomKind<'_> {
|
impl Clone for AtomKind<'_> {
|
||||||
|
|||||||
Reference in New Issue
Block a user