]> git.saurik.com Git - wxWidgets.git/commit
check whether the grid is fully created in Refresh() (fixes a crash under Mac); refac...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Feb 2008 17:17:28 +0000 (17:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Feb 2008 17:17:28 +0000 (17:17 +0000)
commitf9549841554799c51b74008252766f4975548b77
treea3ef548cd0b3355514d824f1cb8fd789d3da6f57
parent8d788b830c9653eaabcda82ef226d0a099e31552
check whether the grid is fully created in Refresh() (fixes a crash under Mac); refactored members initialization into a new InitVars() method to avoid duplication and ensure that they're always initialized (slightly modified patch 1901366)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
src/generic/grid.cpp