]> git.saurik.com Git - wxWidgets.git/commit
Fixed bug: wxPGProperty::SetName() crashed if it was called before property was added...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 16 Aug 2009 15:17:50 +0000 (15:17 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 16 Aug 2009 15:17:50 +0000 (15:17 +0000)
commit5fdb6350921035ace3d9619bd2d36f776d0653ef
tree4a065056d9bc6f9724b3619958eed111d2e27ac9
parent95bd284e77e0d95c8ec6ad39ce3e6f9c44c9de65
Fixed bug: wxPGProperty::SetName() crashed if it was called before property was added to grid (fixes #11111)

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