Redo Use implicit wxColour to wxBrush conversion
This commit is contained in:
parent
1985fca987
commit
a6ba2245ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1788,7 +1788,7 @@ void MyCanvas::Draw(wxDC& pdc)
|
|||
return;
|
||||
}
|
||||
|
||||
gdc.SetBackground(wxBrush(GetBackgroundColour(),wxBRUSHSTYLE_SOLID));
|
||||
gdc.SetBackground(GetBackgroundColour());
|
||||
gdc.SetGraphicsContext(context);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue