From 92c090766ad16c3d5b744514d55a754057bfba53 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 6 Feb 2022 15:01:12 +0100 Subject: [PATCH] Add TODOs for things that need fixing --- nih_plug_egui/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nih_plug_egui/src/lib.rs b/nih_plug_egui/src/lib.rs index d80e9a68..b37f1233 100644 --- a/nih_plug_egui/src/lib.rs +++ b/nih_plug_egui/src/lib.rs @@ -35,6 +35,8 @@ pub use egui; /// your plugin' [nih_plug::Plugin::editor_size()] implementation. // // TODO: DPI scaling, this needs to be implemented on the framework level +// TODO: Opening the GUI causes an xrun, why? +// TODO: The current version of egui-baseview causes a SIGABRT you when you close the GUI pub fn create_egui_editor( parent: EditorWindowHandle, size: Arc>,