]> git.saurik.com Git - wxWidgets.git/commitdiff
Use system default font for all platforms
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 13 Mar 2000 13:00:26 +0000 (13:00 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 13 Mar 2000 13:00:26 +0000 (13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index 01532a8bfb3bde1dce6ef27251205ae161111abe..bd49ebf5dd893aa8cfbd76ffd9556ea7d3e78ab3 100644 (file)
@@ -123,12 +123,12 @@ void wxWindowBase::InitBase()
     // m_foregroundColour = *wxBLACK;  // TODO take this from sys settings too?
     m_foregroundColour = wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOWTEXT);
 
-#if !defined(__WXMAC__) && !defined(__WXGTK__)
+    // GRG, changed Mar/2000
+#if 0 // !defined(__WXMAC__) && !defined(__WXGTK__)
     m_font = *wxSWISS_FONT;         //      and this?
 #else
     m_font = settings.GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
 #endif
-
     // no style bits
     m_exStyle =
     m_windowStyle = 0;