fix: make sure that lazy widgets have calculated their element before calling layout
This commit is contained in:
parent
d31c686e9a
commit
01701759c9
2 changed files with 2 additions and 2 deletions
2
iced
2
iced
|
|
@ -1 +1 @@
|
|||
Subproject commit bed36f6f3be12f9839016eb30d415124428c4eba
|
||||
Subproject commit a8382585a28399d879e0c64598fb956862623572
|
||||
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue