]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gaugemsw.cpp
More Motif stuff, minor stubs correction
[wxWidgets.git] / src / msw / gaugemsw.cpp
index 38f5192969c3573b3501dfff3304239ccda06030..1df35a9e9c19518c359851731c72b683b798ed02 100644 (file)
@@ -85,6 +85,7 @@ bool wxGaugeMSW::Create(wxWindow *parent, wxWindowID id,
 
   if (parent) parent->AddChild(this);
   m_rangeMax = range;
+  m_gaugePos = 0;
 
   SetBackgroundColour(parent->GetDefaultBackgroundColour()) ;
   SetForegroundColour(parent->GetDefaultForegroundColour()) ;