]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinbutt.cpp
do take the toolbar into account for Windows CE, otherwise the menus overlap with...
[wxWidgets.git] / src / msw / spinbutt.cpp
index 72e12fd14b657b66c1509c9a48eec8eabfaf3509..ee90758b652f824aae50b2c4d843f48f0d12bbfc 100644 (file)
@@ -127,8 +127,6 @@ bool wxSpinButton::Create(wxWindow *parent,
                           const wxString& name)
 {
     // basic initialization
-    InitBase();
-
     m_windowId = (id == -1) ? NewControlId() : id;
 
     m_backgroundColour = parent->GetBackgroundColour() ;