]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/datavgen.cpp
Fix crash on wxDataViewCtrl creation after r73565.
[wxWidgets.git] / src / generic / datavgen.cpp
index a640773ce3e6afbb2c95a6e0bff4025b1178e4e1..631cfecd76b675b31af74c20bf828a14dc53d551 100644 (file)
@@ -4437,6 +4437,7 @@ void wxDataViewCtrl::Init()
     m_sortingColumnIdx = wxNOT_FOUND;
 
     m_headerArea = NULL;
+    m_clientArea = NULL;
 
     m_colsDirty = false;
 }