]> git.saurik.com Git - wxWidgets.git/commit
Use a "hidden" dialog, not frame, in sync wxExecute() hack in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:53:22 +0000 (22:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:53:22 +0000 (22:53 +0000)
commit0ec1064b791833f087f192e79371dc1e2d828532
tree343fb212eef6638af054c775e03125019ca59db6
parent90bad79f706fddae270850d4a9e72d8343b78d5c
Use a "hidden" dialog, not frame, in sync wxExecute() hack in wxMSW.

Replace a "hidden" (not really, but shown far off screen) frame with a dialog
to avoid this frame appearing in the Alt+TAB list.

Closes #13251.

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