Skip to content

Commit 80ed8b5

Browse files
Billy Messengerrobbert-vdh
Billy Messenger
authored andcommitted
don't need this import here
1 parent 0017efa commit 80ed8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nih_plug_egui/src/widgets/param_slider.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct ParamSlider<'a, P: Param> {
3838
slider_width: Option<f32>,
3939

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

4444
impl<'a, P: Param> ParamSlider<'a, P> {

0 commit comments

Comments
 (0)