iced_winit: drop Clipboard before Window
Fixes #2482, avoids nasal daemons
This commit is contained in:
parent
1c8850023f
commit
f92e01e913
2 changed files with 24 additions and 9 deletions
|
|
@ -307,7 +307,7 @@ where
|
|||
}
|
||||
};
|
||||
|
||||
let clipboard = Clipboard::connect(&window);
|
||||
let clipboard = Clipboard::connect(window.clone());
|
||||
|
||||
let finish_boot = async move {
|
||||
let mut compositor =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue