From: Stefan Csomor Date: Tue, 21 May 2002 20:43:40 +0000 (+0000) Subject: initial value set X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e6c1d9afeeda63eb9f0c9d612bef439d96a76098?ds=sidebyside;hp=6fda4e7a68a569f0d0fc0bce4b7e1f91dd4a0f84 initial value set git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/gauge.cpp b/src/mac/carbon/gauge.cpp index cdaaf58a71..adc5110236 100644 --- a/src/mac/carbon/gauge.cpp +++ b/src/mac/carbon/gauge.cpp @@ -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) { diff --git a/src/mac/gauge.cpp b/src/mac/gauge.cpp index cdaaf58a71..adc5110236 100644 --- a/src/mac/gauge.cpp +++ b/src/mac/gauge.cpp @@ -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) {