From e6c1d9afeeda63eb9f0c9d612bef439d96a76098 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 21 May 2002 20:43:40 +0000 Subject: [PATCH] initial value set git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/gauge.cpp | 1 + src/mac/gauge.cpp | 1 + 2 files changed, 2 insertions(+) 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) { -- 2.45.2