]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/spinctrl_osx.cpp
allowing more system keys in fullscreen mode, properly taking framestyle into account
[wxWidgets.git] / src / osx / spinctrl_osx.cpp
index aaba05cb43b85ae2318a26bcd9f32de473d252c5..7d207e68eb6155b2a477ee0f20858200f1358eca 100644 (file)
@@ -229,8 +229,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
                         int initial,
                         const wxString& name)
 {
-    DontCreatePeer();
-    
     if ( !wxControl::Create(parent, id, pos, size, style,
                             wxDefaultValidator, name) )
     {