From fe1db50678a396b933b189f018978bb09e5ab676 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 13 Mar 2022 18:45:57 +0100 Subject: [PATCH] Update iced_baseview dependency --- Cargo.lock | 2 +- nih_plug_iced/src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8f438832..70979452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/nih_plug_iced/src/lib.rs b/nih_plug_iced/src/lib.rs index 8955454d..361a54a8 100644 --- a/nih_plug_iced/src/lib.rs +++ b/nih_plug_iced/src/lib.rs @@ -227,6 +227,7 @@ impl Editor for IcedEditorWrapper { #[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,