Update iced_baseview
Now the window always redraws no matter what.
This commit is contained in:
parent
4714b025a5
commit
cf1314ce53
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1396,7 +1396,7 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|||
[[package]]
|
||||
name = "iced_baseview"
|
||||
version = "0.0.3"
|
||||
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-baseview#1439b4212fc94a5eff12450621cd03f880cf1b56"
|
||||
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-baseview#3eff874630c493d8837f64fd3408172c369ebdf2"
|
||||
dependencies = [
|
||||
"baseview",
|
||||
"copypasta",
|
||||
|
@ -1660,9 +1660,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.119"
|
||||
version = "0.2.120"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
||||
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
|
||||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
|
|
|
@ -232,7 +232,10 @@ impl<E: IcedEditor> Editor for IcedEditorWrapper<E> {
|
|||
#[cfg(not(feature = "opengl"))]
|
||||
gl_config: None,
|
||||
},
|
||||
iced_baseview: IcedBaseviewSettings {
|
||||
ignore_non_modifier_keys: false,
|
||||
always_redraw: true,
|
||||
},
|
||||
// We use this wrapper to be able to pass the GUI context to the editor
|
||||
flags: (
|
||||
context,
|
||||
|
|
Loading…
Reference in a new issue