summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
789bdf9)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21505
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- if (m_ownTable)
- delete m_table;
+ // stop all processing
+ m_created = FALSE;
+
+ if (m_ownTable)
+ {
+ wxGridTableBase *t=m_table;
+ m_table=0;
+ delete t;
+ }
m_table=0;
m_selection=0;
m_table=0;
m_selection=0;
m_numRows=0;
m_numCols=0;
}
m_numRows=0;
m_numCols=0;
}