]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
fixed typo (no code changes)
[wxWidgets.git] / src / generic / treectlg.cpp
index 4ca9560a5eb35279f85cc5b4c45e1e2eefd52aa1..2883e57b14994efd299b8febd30038635ed38798 100644 (file)
@@ -793,7 +793,8 @@ bool wxGenericTreeCtrl::Create(wxWindow *parent,
     wxVisualAttributes attr = GetDefaultAttributes();
     SetOwnForegroundColour( attr.colFg );
     SetOwnBackgroundColour( attr.colBg );
-    SetOwnFont(attr.font);
+    if (!m_hasFont)
+        SetOwnFont(attr.font);
 
 //  m_dottedPen = wxPen( "grey", 0, wxDOT );  too slow under XFree86
     m_dottedPen = wxPen( wxT("grey"), 0, 0 );