]> git.saurik.com Git - wxWidgets.git/commitdiff
initial value set
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 May 2002 20:43:40 +0000 (20:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 May 2002 20:43:40 +0000 (20:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/gauge.cpp
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)
        {
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)
        {