]> git.saurik.com Git - wxWidgets.git/commit
wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 13 Sep 2008 20:34:25 +0000 (20:34 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 13 Sep 2008 20:34:25 +0000 (20:34 +0000)
commitf9189014b7162155ab7d4b329c0e5c99bbd9acf3
tree92f45d25469b99968298ead5f5d7b888fce33658
parent23b4f32040409166e2ee53314c5b27c593982c0a
wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

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