]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/slider.cpp
making tool enable consistent (was using mix of enable and activate controls before)
[wxWidgets.git] / src / mac / classic / slider.cpp
index 4bd4bab5325fa0f31f5847b5ff6e3bcc0ad4e429..aa5b52847d11b05ee3621aebd2657c664edb296c 100644 (file)
@@ -86,7 +86,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id,
     }
     
     
-    m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()), &bounds, title, false,
+    m_macControl = (WXWidget) ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()), &bounds, title, false,
         value, minValue, maxValue, procID, (long) this);
     
     wxASSERT_MSG( (ControlHandle) m_macControl != NULL , wxT("No valid mac control") ) ;