Initialize wxMemoryDC with a default font
This commit is contained in:
parent
e31938c314
commit
2508efdd6e
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ void wxMemoryDCImpl::Init()
|
|||
{
|
||||
SetBrush(*wxWHITE_BRUSH);
|
||||
SetPen(*wxBLACK_PEN);
|
||||
SetFont(*wxNORMAL_FONT);
|
||||
|
||||
// the background mode is only used for text background and is set in
|
||||
// DrawText() to OPAQUE as required, otherwise always TRANSPARENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue