Fix text color updates and flickering in STATUS_MIN_MAX_POPUP.

This commit is contained in:
Alex Shvartzkop 2023-11-12 11:18:41 +03:00
parent f5b143c4a1
commit bcde7c59c9
1 changed files with 3 additions and 0 deletions

View File

@ -211,4 +211,7 @@ void STATUS_MIN_MAX_POPUP::SetCurrent( double aCurrent, const wxString& aLabel )
m_topSizer->Layout();
updateSize();
Refresh();
Update();
}