X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c20389eb5f082ff915298f78494ebec0bf039570..0a12e013f55022e684508316ad0079511e3b4fe7:/samples/controls/controls.cpp diff --git a/samples/controls/controls.cpp b/samples/controls/controls.cpp index e95eda9e44..79e9eebecf 100644 --- a/samples/controls/controls.cpp +++ b/samples/controls/controls.cpp @@ -855,7 +855,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) m_slider = new wxSlider( panel, ID_SLIDER, 0, 0, 200, wxDefaultPosition, wxSize(155,wxDefaultCoord), wxSL_AUTOTICKS | wxSL_LABELS); - m_slider->SetTickFreq(40, 0); + m_slider->SetTickFreq(40); sz->Add( m_slider, 0, wxALL, 10 ); m_gaugeVert = new wxGauge( panel, wxID_ANY, 100,