Initialize wxMemoryDC with a default font

This commit is contained in:
Maarten Bent 2019-08-13 22:14:23 +02:00
parent e31938c314
commit 2508efdd6e

View File

@ -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