Initialize wxMemoryDC with a default font
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user