]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/scrolbar.cpp
Ignore ReleaseBuild directory (Created by MSVC's "Win32 Release With Debug Info"...
[wxWidgets.git] / src / mac / carbon / scrolbar.cpp
index 5ddda761a063cf7966d281704f4068a9162971e3..680bc2f33d19f1c21fa5789e20b3953b240a4c38 100644 (file)
@@ -49,7 +49,7 @@ bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
     MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style, validator , name , &bounds , title ) ;
 
     m_macControl = ::NewControl(MAC_WXHWND(parent->MacGetRootWindow()) ,
-                                &bounds , title , true , 0 , 0 , 100, 
+                                &bounds , title , false , 0 , 0 , 100, 
                                 kControlScrollBarLiveProc , (long) this) ;
 
     wxASSERT_MSG( (ControlHandle) m_macControl != NULL , wxT("No valid mac control") ) ;