chore: update libcosmic
fixes input clipping
This commit is contained in:
parent
9a043e8b72
commit
619910c5cc
9 changed files with 388 additions and 85 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use cosmic::{
|
||||
app::{Core, Task},
|
||||
iced::runtime::core::window::Id as SurfaceId,
|
||||
iced::{
|
||||
self, Rectangle, Size, Subscription,
|
||||
core::SmolStr,
|
||||
|
|
@ -9,7 +10,6 @@ use cosmic::{
|
|||
},
|
||||
keyboard::{Event as KeyEvent, Key, Modifiers},
|
||||
},
|
||||
iced_runtime::core::window::Id as SurfaceId,
|
||||
widget,
|
||||
};
|
||||
use cosmic_config::{ConfigSet, CosmicConfigEntry};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue