X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3630c4fb4af766d972b5b70df7ea4d5a2e10472..70c7a608b4733d4acd37beb70f43affba998e39c:/demos/dbbrowse/pgmctrl.cpp diff --git a/demos/dbbrowse/pgmctrl.cpp b/demos/dbbrowse/pgmctrl.cpp index 46562e9d0a..5522bd9e8b 100644 --- a/demos/dbbrowse/pgmctrl.cpp +++ b/demos/dbbrowse/pgmctrl.cpp @@ -65,7 +65,8 @@ PgmCtrl::PgmCtrl(wxWindow *parent, const wxWindowID id,const wxPoint& pos, const : wxTreeCtrl(parent, id, pos, size, style) { //wxFont* ft_Temp = new wxFont(10,wxSWISS,wxNORMAL,wxBOLD,FALSE,"Comic Sans MS"); - //SetFont(* ft_Temp); + wxFont* ft_Temp = new wxFont(wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT)); + SetFont(* ft_Temp); // Make an image list containing small icons p_imageListNormal = new wxImageList(16, 16, TRUE);