Author: reinhard
Date: 2006-10-19 06:11:59 -0500 (Thu, 19 Oct 2006)
New Revision: 8864

Modified:
   trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py
Log:
Call event.Skip() for events that should be processed normally.


Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py 2006-10-19 11:10:14 UTC 
(rev 8863)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/form.py 2006-10-19 11:11:59 UTC 
(rev 8864)
@@ -292,11 +292,14 @@
         # FIXME: wx seems to leave the cursor in nowhere land after changing
         # the page with the mouse.
 
+        event.Skip()
+
     # -------------------------------------------------------------------------
 
     def __on_set_focus(self, event):
 
         self._form._event_focus_changed(None, 0)
+        event.Skip()
 
 
     # -------------------------------------------------------------------------



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to