Pass WindowHandle by value to window::run_with_handle
This commit is contained in:
parent
7e7af91e6f
commit
718fe5b7de
4 changed files with 4 additions and 4 deletions
|
|
@ -1050,7 +1050,7 @@ pub fn run_command<A, C, E>(
|
|||
use window::raw_window_handle::HasWindowHandle;
|
||||
|
||||
if let Ok(handle) = window.window_handle() {
|
||||
proxy.send(tag(&handle));
|
||||
proxy.send(tag(handle));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue