]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
removed SetFont() inheriting the parents font
[wxWidgets.git] / src / msw / window.cpp
index ab71a46b95e9ac22dca30d6b5c39ea80f6eaf4cb..fc14d47191c57d1cb5c91e35d86cf28d000d5bae 100644 (file)
@@ -3137,8 +3137,6 @@ bool wxWindowMSW::MSWCreate(const wxChar *wclass,
 
     SubclassWin(m_hWnd);
 
-    SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
-
     return true;
 }