Author: reinhard
Date: 2006-10-19 07:14:27 -0500 (Thu, 19 Oct 2006)
New Revision: 8869
Modified:
trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
Log:
Added missing Skip() for kill_focus.
Modified: trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py 2006-10-19
12:02:02 UTC (rev 8868)
+++ trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py 2006-10-19
12:14:27 UTC (rev 8869)
@@ -256,6 +256,7 @@
def __on_kill_focus(self, event):
+ event.Skip()
# If we are in a grid, exchange entry widget with the label
widget = event.GetEventObject()
if self.in_grid and widget._gnue_label_:
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue