Unset the debug report preview dialog as critical window when it's hidden.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 10:51:27 +0000 (10:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 10:51:27 +0000 (10:51 +0000)
commitade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59
tree75edc3a0b14806510f1e6258ac421fd665951ac2
parent65887bd0f15e2ed92f130dd7bca91636527e1540
Unset the debug report preview dialog as critical window when it's hidden.

Otherwise no events can be dispatched to any other window after
wxDebugReportPreviewStd::Show() is called, resulting in apparent hanging of
the application as can be seen in debugrpt sample.

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