]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/gauge.cpp
corrected scrolling problems for controls, switched to separate wxSpinCtrl implementa...
[wxWidgets.git] / src / mac / gauge.cpp
index cdaaf58a715b3e6c133fbd58681a322139af3a84..adc511023617b4e2ba29c29ae8fe24114288d15a 100644 (file)
@@ -33,6 +33,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
        Rect bounds ;
        Str255 title ;
        m_rangeMax = range ;
+       m_gaugePos = 0 ;
        
        if ( size.x == wxDefaultSize.x && size.y == wxDefaultSize.y)
        {