]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
Corrected the signature for wxFrame::Maximize
[wxWidgets.git] / src / msw / gauge95.cpp
index 285d0581c113830cb5f8eed6ff3ca6e80a30397b..d0ddf67099cf00ac5072b8c1fd02ab3e37b13475 100644 (file)
@@ -50,6 +50,7 @@ bool wxGauge95::Create(wxWindow *parent, wxWindowID id,
 
   if (parent) parent->AddChild(this);
   m_rangeMax = range;
+  m_gaugePos = 0;
 
   SetBackgroundColour(parent->GetDefaultBackgroundColour()) ;
   SetForegroundColour(parent->GetDefaultForegroundColour()) ;