7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 21:01:41 +00:00

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

View File

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