Commit be4386c1 authored by Mark Moriarty's avatar Mark Moriarty

Initialize i_smooth

parent 1e646b7e
......@@ -484,6 +484,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
wxDefaultPosition, wxSize( 100, -1 ) );
smooth_slider->SetToolTip( wxU( SMOOTH_TIP ) );
top_sizer->Add( smooth_slider, 0, wxALL, 2 );
i_smooth = 0;
/* Create flex grid */
wxFlexGridSizer *eq_gridsizer =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment