git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42750
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_spin = spin;
// remove the default minsize, the spinctrl will have one instead
m_spin = spin;
// remove the default minsize, the spinctrl will have one instead
+ SetMinSize(wxDefaultSize);
}
bool ProcessEvent(wxEvent &event)
}
bool ProcessEvent(wxEvent &event)
//SetWindowVariant(wxWINDOW_VARIANT_SMALL);
// remove the default minsize, the spinctrl will have one instead
//SetWindowVariant(wxWINDOW_VARIANT_SMALL);
// remove the default minsize, the spinctrl will have one instead
+ SetMinSize(wxDefaultSize);