From 0e1e143d54ecf26fbb962a54507238c22d377f83 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Fri, 27 Feb 2009 14:41:48 +0000 Subject: [PATCH] mention that some event logic now requires a running event loop (see ticket #10320) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 3e646ee496..f20aa19a35 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 ----------------------------------------------------------- -- 2.50.0