Removed some warnings in widgets sample
Reduced some flicker in wxNotebook when using XP controls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -384,7 +384,7 @@ void SpinBtnWidgetsPage::OnUpdateUIResetButton(wxUpdateUIEvent& event)
|
||||
event.Enable( !m_chkVert->GetValue() || m_chkWrap->GetValue() );
|
||||
}
|
||||
|
||||
void SpinBtnWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& event)
|
||||
void SpinBtnWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
CreateSpin();
|
||||
}
|
||||
|
Reference in New Issue
Block a user