]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/gauge.cpp
rely on built-in best size...
[wxWidgets.git] / src / mac / carbon / gauge.cpp
index bfdbe410dce810c2949f8b9908ae499f54ebb75d..9371fb247d26ceb545a6206ecdfda5b74b1c95a9 100644 (file)
@@ -35,12 +35,12 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
         return false;
 
     wxSize size = s ;
-
+    /*
     if ( size.x == wxDefaultSize.x && size.y == wxDefaultSize.y)
     {
         size = wxSize( 200 , 16 ) ;
     }
-    
+    */
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
     m_peer = new wxMacControl() ;
     verify_noerr ( CreateProgressBarControl( MAC_WXHWND(parent->MacGetTopLevelWindowRef()) , &bounds ,