fix: make sure that lazy widgets have calculated their element before calling layout

This commit is contained in:
Ashley Wulber 2022-12-27 16:34:14 -05:00 committed by Michael Murphy
parent d31c686e9a
commit 01701759c9
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ mod header_bar;
pub use header_bar::{HeaderBar, header_bar};
mod icon;
pub use self::icon::{Icon, icon};
pub use self::icon::{Icon, icon, IconSource};
pub mod list;
pub use self::list::*;