]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that some event logic now requires a running event loop (see ticket #10320)
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 27 Feb 2009 14:41:48 +0000 (14:41 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 27 Feb 2009 14:41:48 +0000 (14:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 3e646ee496e187448e9849de936e4b861829007d..f20aa19a3523eb51b3d56a414bb42283461c87b2 100644 (file)
@@ -108,6 +108,11 @@ Changes in behaviour not resulting in compilation errors, please read this!
   GetSizeAvailableForScrollTarget() method, please see its documentation for
   more details.
 
+- Processing of pending events now requires a running event loop.
+  Thus initialization code (e.g. showing a dialog) previously done in wxApp::OnRun()
+  or equivalent function should now be done into wxApp::OnEventLoopEnter().
+  See wxApp::OnEventLoopEnter() and wxApp::OnEventLoopExit() docs for more info.
+
 
 Changes in behaviour which may result in compilation errors
 -----------------------------------------------------------