mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Move the Params trait out of params::internals
This makes much more sense, since this trait is a cornerstone of NIH-plug.
This commit is contained in:
@@ -235,7 +235,7 @@ pub trait IcedEditor: 'static + Send + Sync + Sized {
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct IcedState {
|
||||
/// The window's size in logical pixels before applying `scale_factor`.
|
||||
#[serde(with = "nih_plug::param::internals::serialize_atomic_cell")]
|
||||
#[serde(with = "nih_plug::param::persist::serialize_atomic_cell")]
|
||||
size: AtomicCell<(u32, u32)>,
|
||||
/// Whether the editor's window is currently open.
|
||||
#[serde(skip)]
|
||||
|
||||
Reference in New Issue
Block a user