1
0
Fork 0

Update iced_baseview dependency

This commit is contained in:
Robbert van der Helm 2022-03-13 18:45:57 +01:00
parent 130ef8ac0e
commit fe1db50678
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View file

@ -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-dependencies#d6356218bc43a4b74e279cdd364de108cb7fa269"
source = "git+https://github.com/robbert-vdh/iced_baseview.git?branch=feature/update-dependencies#1109df27432ca3837673f6e11fa1914d33ce93f3"
dependencies = [
"baseview",
"copypasta",

View file

@ -227,6 +227,7 @@ impl<E: IcedEditor> Editor for IcedEditorWrapper<E> {
#[cfg(not(feature = "opengl"))]
gl_config: None,
},
ignore_non_modifier_keys: false,
// We use this wrapper to be able to pass the GUI context to the editor
flags: (
context,