From e919668225da09d15635d87663b6c9b0a1cdc815 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Wed, 19 Mar 2014 21:51:01 +0800 Subject: [PATCH] Bug #207 Cannot Change Text Size --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 8053ca2..7d2a3f4 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -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;