Update iced_baseview

Now the window always redraws no matter what.
This commit is contained in:
Robbert van der Helm
2022-03-14 19:20:05 +01:00
parent 4714b025a5
commit cf1314ce53
2 changed files with 7 additions and 4 deletions

View File

@@ -232,7 +232,10 @@ impl<E: IcedEditor> Editor for IcedEditorWrapper<E> {
#[cfg(not(feature = "opengl"))]
gl_config: None,
},
ignore_non_modifier_keys: false,
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,