]> git.saurik.com Git - wxWidgets.git/commit
check that parent is non-NULL in CreateWindowFromHWND() instead of just crashing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Mar 2008 15:18:59 +0000 (15:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Mar 2008 15:18:59 +0000 (15:18 +0000)
commite70b1175fb1b8c01e9382d6dcf858ee6c81e3008
treeb4b69a581ecab6bcdfa67d81a71aa5a77b9e3f4a
parente322e3b6cc47095cbe39cf955b3bffc99c18879f
check that parent is non-NULL in CreateWindowFromHWND() instead of just crashing if it is; don't call SetEventHandler() unnecessarily; inherit the id from HWND in AdoptAttributesFromHWND()

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