Converge Command types from iced_futures and iced_native
This commit is contained in:
parent
43414bbdfb
commit
8af69be47e
9 changed files with 161 additions and 266 deletions
|
|
@ -818,7 +818,7 @@ pub fn run_command<A, E>(
|
|||
},
|
||||
command::Action::Widget(action) => {
|
||||
let mut current_cache = std::mem::take(cache);
|
||||
let mut current_operation = Some(action.into_operation());
|
||||
let mut current_operation = Some(action);
|
||||
|
||||
let mut user_interface = build_user_interface(
|
||||
application,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue