diff --git a/nih_plug_iced/src/lib.rs b/nih_plug_iced/src/lib.rs index 361a54a8..28dd4861 100644 --- a/nih_plug_iced/src/lib.rs +++ b/nih_plug_iced/src/lib.rs @@ -110,7 +110,7 @@ pub trait IcedEditor: 'static + Send + Sync + Sized { iced_baseview::renderer::settings::Settings { // Enable some anti-aliasing by default. Since GUIs are likely very simple and most of // the work will be on the CPU anyways this should not affect performance much. - antialiasing: Some(iced_baseview::renderer::Antialiasing::MSAAx4), + antialiasing: Some(iced_baseview::renderer::settings::Antialiasing::MSAAx4), ..iced_baseview::renderer::settings::Settings::default() } }