Move the TODO on GUI opening xruns

This commit is contained in:
Robbert van der Helm
2022-02-06 15:32:54 +01:00
parent 3bd3696abe
commit 3ede5ed751
2 changed files with 4 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ 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?
pub fn create_egui_editor<T, U>(
parent: EditorWindowHandle,
size: Arc<AtomicCell<(u32, u32)>>,