]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
don't call wxString::Len() from operator==; use IsSameAs() instead of move the length...
[wxWidgets.git] / docs / changes.txt
index bd737902388a888d7bc0efffdb0403f99273bef4..ce0a0cccbbf2735dc06cb7bb05764a649a94f75c 100644 (file)
@@ -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
 
 - 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
 -----
 
 2.8.7
 -----