X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17808a759627b03c2acbe7333dd2386557e1b804..2712e31795ee7ab4de62189b440d702f3f849c0d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index bd73790238..ce0a0cccbb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -318,6 +318,11 @@ wxMSW: - Fix rare bug with messages delivered to wrong wxSocket (Tim Kosse) - Fix setting icons when they have non-default (16*16 and 32*32) sizes +wxGTK: + +- Return false from wxEventLoop::Dispatch() if gtk_main_quit() was called and + so the loop should exit (Rodolfo Schulz de Lima) + 2.8.7 -----