diff --git a/src/wrapper/vst3.rs b/src/wrapper/vst3.rs index c2782996..b4b80065 100644 --- a/src/wrapper/vst3.rs +++ b/src/wrapper/vst3.rs @@ -1365,7 +1365,7 @@ impl IPlugView for WrapperView

{ *editor = self .inner .plugin - .write() + .read() .create_editor(EditorWindowHandle { handle }, self.inner.clone()); kResultOk } else {