In wxPropertyGrid::DoPropertyChanged(), call GetEditorControl() as late as possible...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 24 Apr 2010 10:02:25 +0000 (10:02 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 24 Apr 2010 10:02:25 +0000 (10:02 +0000)
commitcc98c7851037d270c3c577be54a460b126bc4cdb
tree972ed2d5727ad61035666f36a8a1af625b680b8d
parenta9da8ef41cfb8fba50366ace5f3a9c97d4dec5cb
In wxPropertyGrid::DoPropertyChanged(), call GetEditorControl() as late as possible so that editor can be changed in wxPGProperty::OnSetValue() (fixes #11987)

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