Skip to content

Commit

Permalink
don't need this import here
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Messenger authored and robbert-vdh committed Feb 22, 2024
1 parent 0017efa commit 80ed8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nih_plug_egui/src/widgets/param_slider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct ParamSlider<'a, P: Param> {
slider_width: Option<f32>,

/// Will be set in the `ui()` function so we can request keyboard input focus on Alt+click.
keyboard_focus_id: Option<egui_baseview::egui::Id>,
keyboard_focus_id: Option<egui::Id>,
}

impl<'a, P: Param> ParamSlider<'a, P> {
Expand Down

0 comments on commit 80ed8b5

Please sign in to comment.