mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Derive Debug for the editor state structs
This commit is contained in:
@@ -61,7 +61,7 @@ where
|
||||
}
|
||||
|
||||
/// State for an `nih_plug_egui` editor.
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct EguiState {
|
||||
/// The window's size in logical pixels before applying `scale_factor`.
|
||||
#[serde(with = "nih_plug::params::persist::serialize_atomic_cell")]
|
||||
|
||||
Reference in New Issue
Block a user