]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobin Dunn <robin@alldunn.com>
Mon, 15 Nov 1999 19:25:21 +0000 (19:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 15 Nov 1999 19:25:21 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/README.txt

index c37720966bb37a6c5ac2acc4c36408a648a97e9e..d884e91b5744ecff12c59e23b9f5eb598901bfd8 100644 (file)
@@ -78,10 +78,7 @@ wxPoint.)
 
 Added wxPostEvent function that allows events to be posted and then
 processed later.  This is a thread-safe way to interact with the GUI
 
 Added wxPostEvent function that allows events to be posted and then
 processed later.  This is a thread-safe way to interact with the GUI
-thread from other threads.  (There is a known bug in wxMSW that
-prevents these events from being processed until a normal event
-happens, so if your GUI is idle nothing will happen until the mouse
-moves or something...  It should be fixed shortly.)
+thread from other threads.
 
 Added Clipboard and Drag-and-Drop classes.
 
 
 Added Clipboard and Drag-and-Drop classes.