mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-16 12:15:57 +08:00
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
|
||||
{
|
||||
dc.SetPen(StateColor::darkModeColorFor(*wxWHITE));
|
||||
dc.SetBrush(*wxTRANSPARENT_BRUSH);
|
||||
dc.DrawRoundedRectangle(0, 0, GetSize().x, GetSize().y, 0);
|
||||
dc.SetBrush(StateColor::darkModeColorFor(*wxWHITE));
|
||||
dc.DrawRoundedRectangle(0, 0, GetSize().GetWidth(), GetSize().GetHeight(), 0);
|
||||
}
|
||||
dc.SetBrush(*wxTRANSPARENT_BRUSH);
|
||||
|
||||
wxPoint p;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user