extern bool g_blockEventsOnDrag;
-static const float sensitivity = 0.2;
+static const float sensitivity = 0.02;
//-----------------------------------------------------------------------------
// "value_changed"
wxSize new_size = size;
new_size.x = 15;
if (new_size.y == -1)
- new_size.y = 30;
+ new_size.y = 26;
if (!PreCreation( parent, pos, new_size ) ||
!CreateBase( parent, id, pos, new_size, style, wxDefaultValidator, name ))
return TRUE;
}
-wxSpinButton::~wxSpinButton()
-{
-}
-
int wxSpinButton::GetMin() const
{
wxCHECK_MSG( (m_widget != NULL), 0, wxT("invalid spin button") );