Bug #207 Cannot Change Text Size

This commit is contained in:
Zane U. Ji 2014-03-19 21:51:01 +08:00
parent b1a808633b
commit e919668225
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ MyFrame::MyFrame (
htmlReport = NULL;
lastDoc = NULL;
wxString defaultFont = wxSystemSettings::GetFont ( wxSYS_SYSTEM_FONT ).GetFaceName();
wxString defaultFont = wxSystemSettings::GetFont ( wxSYS_ANSI_VAR_FONT ).GetFaceName();
bool findMatchCase;