mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02: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();
|
m_topSizer->Layout();
|
||||||
updateSize();
|
updateSize();
|
||||||
|
|
||||||
|
Refresh();
|
||||||
|
Update();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user