git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12927
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_font = wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
#endif // __WXMSW__
m_font = wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
#endif // __WXMSW__
+ // the colours/fonts are default for now
+ m_hasBgCol =
+ m_hasFgCol =
+ m_hasFont = FALSE;
+
// no style bits
m_exStyle =
m_windowStyle = 0;
// no style bits
m_exStyle =
m_windowStyle = 0;
- // the colours/fonts are default
- m_hasBgCol =
- m_hasFgCol =
- m_hasFont = FALSE;
-