]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
fixed typo
[wxWidgets.git] / src / common / wincmn.cpp
index aa5c6d38653702256dbc393c32cb3fcf7bf338aa..c4fba2a8abe3bbbe6450409ba0c38725c2c4c53e 100644 (file)
@@ -152,6 +152,8 @@ wxWindowBase::wxWindowBase()
     // no style bits
     m_exStyle =
     m_windowStyle = 0;
+    
+    m_backgroundStyle = wxBG_STYLE_SYSTEM;
 
 #if wxUSE_CONSTRAINTS
     // no constraints whatsoever
@@ -1081,6 +1083,8 @@ bool wxWindowBase::SetFont(const wxFont& font)
     m_hasFont = font.Ok();
     m_inheritFont = m_hasFont;
 
+    InvalidateBestSize();
+
     return true;
 }