]> git.saurik.com Git - wxWidgets.git/commit
corrected a crash in wxDialog::Show() which would happen if there was a
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Dec 1998 23:08:37 +0000 (23:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Dec 1998 23:08:37 +0000 (23:08 +0000)
commit9c9cff0b45fbe6f00930cb4bac0d66567dada53f
treea03740602b8612ee6326f67768d8b4ba05bad4cb
parentce2006370e1f470037556d82036650b22d850152
corrected a crash in wxDialog::Show() which would happen if there was a
window in "pending for delete" queue before the call to this function

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