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…
Reference in New Issue