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:
parent
42782237f2
commit
6415637cb0
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user