]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
fix for group names containing ']'
[wxWidgets.git] / src / common / wincmn.cpp
index c419076210298caa6bc7f76489373f115e987691..ef975509eaf419da83520ea8786c799de4568044 100644 (file)
@@ -162,6 +162,9 @@ void wxWindowBase::InitBase()
 #if wxUSE_CARET
     m_caret = (wxCaret *)NULL;
 #endif // wxUSE_CARET
+
+    // Whether we're using the current theme for this window (wxGTK only for now)
+    m_themeEnabled = FALSE;
 }
 
 // common part of window creation process