mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Update iced_baseview
Now the window always redraws no matter what.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user