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:
parent
f5b143c4a1
commit
bcde7c59c9
@ -211,4 +211,7 @@ void STATUS_MIN_MAX_POPUP::SetCurrent( double aCurrent, const wxString& aLabel )
|
||||
|
||||
m_topSizer->Layout();
|
||||
updateSize();
|
||||
|
||||
Refresh();
|
||||
Update();
|
||||
}
|
Loading…
Reference in New Issue
Block a user