Do not process editor control events when propgrid event is currently being processed...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Sep 2009 14:39:03 +0000 (14:39 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Sep 2009 14:39:03 +0000 (14:39 +0000)
commitcd4b15e52358b4563f89b865e0ba7f7bc55ab6b1
tree650d6684001c66a5aef2e1a9545d4596c1ae871f
parent644b283d6aa7740c0f4478945ca423279fe6d2da
Do not process editor control events when propgrid event is currently being processed. Doing otherwise could lead to a crash if application is doing something time-consuming (such as displaying a message box) in the event handler.

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