Choose a legal default font on DC creation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2006-01-02 16:32:12 +00:00
parent 42782237f2
commit 6415637cb0

View File

@ -172,8 +172,8 @@ void wxWindowDC::InitDC()
vColor.Set( wxT("WHITE") );
m_brush.SetColour(vColor);
InitializePalette();
wxFont* pFont = new wxFont( 12
,wxNORMAL
wxFont* pFont = new wxFont( 10
,wxMODERN
,wxNORMAL
,wxBOLD
);