diff --git a/src/msw/spinctrl.cpp b/src/msw/spinctrl.cpp index e10de2b893..014e50d81c 100644 --- a/src/msw/spinctrl.cpp +++ b/src/msw/spinctrl.cpp @@ -406,9 +406,6 @@ bool wxSpinCtrl::Create(wxWindow *parent, // Set the range in the native control SetRange(min, max); - // Send the initial event - SendSpinUpdate(initial); - if ( !value.empty() ) { SetValue(value);