ensure that we have event loop before showing a modal dialog; this allows to do it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Jul 2009 09:02:06 +0000 (09:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Jul 2009 09:02:06 +0000 (09:02 +0000)
commita219792590b1817eb03dd27ca99b12d42c321465
treed7414049464a47d60151c91293a968746e4111aa
parent795ac80edb77f72619c4a683c4ece79726ac6e8b
ensure that we have event loop before showing a modal dialog; this allows to do it even before the main application loop starts

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