FIX: fix the bg painting
jira: [none] Change-Id: Id3183ceb93850992cff9834d0141874e33594d35
This commit is contained in:
parent
e399f13634
commit
0d480b3f6e
|
@ -88,10 +88,10 @@ void uiAmsPercentHumidityDryPopup::doRender(wxDC &dc)
|
||||||
{
|
{
|
||||||
// background
|
// background
|
||||||
{
|
{
|
||||||
dc.SetPen(StateColor::darkModeColorFor(*wxWHITE));
|
dc.SetBrush(StateColor::darkModeColorFor(*wxWHITE));
|
||||||
dc.SetBrush(*wxTRANSPARENT_BRUSH);
|
dc.DrawRoundedRectangle(0, 0, GetSize().GetWidth(), GetSize().GetHeight(), 0);
|
||||||
dc.DrawRoundedRectangle(0, 0, GetSize().x, GetSize().y, 0);
|
|
||||||
}
|
}
|
||||||
|
dc.SetBrush(*wxTRANSPARENT_BRUSH);
|
||||||
|
|
||||||
wxPoint p;
|
wxPoint p;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue