Iced master merge (again)
This commit is contained in:
parent
744cef5608
commit
2d427455ce
5 changed files with 34 additions and 12 deletions
|
|
@ -122,7 +122,7 @@ pub fn fetch_id<Message>(
|
|||
id: window::Id,
|
||||
f: impl FnOnce(u64) -> Message + 'static,
|
||||
) -> Command<Message> {
|
||||
Command::single(command::Action::Window(id: window::Id, window::Action::FetchId(Box::new(
|
||||
Command::single(command::Action::Window(id, window::Action::FetchId(Box::new(
|
||||
f,
|
||||
))))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue