Fixed regression: in wxPropertyGrid::PerformValidation(), wxPGProperty::ValidateValue...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 8 Oct 2009 15:33:30 +0000 (15:33 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 8 Oct 2009 15:33:30 +0000 (15:33 +0000)
commitc579ac6280f819e8e6fb2adf80d345d84b0bfcfe
tree77101e1e6eb40d3033a8100b6f173800a4bdae23
parentc11b48536b677d3c101656246804c369f0576328
Fixed regression: in wxPropertyGrid::PerformValidation(), wxPGProperty::ValidateValue() was only called when value was variant list, which was exactly the opposite condition under which the function was supposed to be called (fixes #11299).

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