diff --git a/src/qt/gauge.cpp b/src/qt/gauge.cpp index ffa1c0963d..8952043db8 100644 --- a/src/qt/gauge.cpp +++ b/src/qt/gauge.cpp @@ -58,6 +58,7 @@ bool wxGauge::Create(wxWindow *parent, m_qtProgressBar->setOrientation( wxQtConvertOrientation( style, wxGA_HORIZONTAL )); m_qtProgressBar->setRange( 0, range ); m_qtProgressBar->setTextVisible( style & wxGA_TEXT ); + m_qtProgressBar->setValue(0); return QtCreateControl( parent, id, pos, size, style, validator, name ); }