diff --git a/common/status_popup.cpp b/common/status_popup.cpp index a43f530899..aa3e01ee2b 100644 --- a/common/status_popup.cpp +++ b/common/status_popup.cpp @@ -211,4 +211,7 @@ void STATUS_MIN_MAX_POPUP::SetCurrent( double aCurrent, const wxString& aLabel ) m_topSizer->Layout(); updateSize(); + + Refresh(); + Update(); } \ No newline at end of file