]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
applied patch for compilation with gcc 3.0
[wxWidgets.git] / src / mac / notebmac.cpp
index 88b1ef2ce5743a2bc3787ec3558753b2795bcf88..686a969462e84bd2d4357dba6ccd3e04cedafeed 100644 (file)
@@ -116,7 +116,7 @@ bool wxNotebook::Create(wxWindow *parent,
        
        MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
-       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , true , 0 , 0 , 1, 
+       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
                kControlTabSmallProc , (long) this ) ;
        
        MacPostControlCreate() ;