dabo Commit
Revision 4110
Date: 2008-06-04 08:29:59 -0700 (Wed, 04 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4110

Changed:
U   trunk/dabo/ui/dialogs/PreferenceDialog.py

Log:
Fixed a bug in which pressing Enter ignores the current field that has focus on 
a Mac.


Diff:
Modified: trunk/dabo/ui/dialogs/PreferenceDialog.py
===================================================================
--- trunk/dabo/ui/dialogs/PreferenceDialog.py   2008-06-03 23:49:30 UTC (rev 
4109)
+++ trunk/dabo/ui/dialogs/PreferenceDialog.py   2008-06-04 15:29:59 UTC (rev 
4110)
@@ -72,6 +72,7 @@
                the callOnAccept list is called, followed by a call to the 
user-configurable 
                onAccept() method.
                """
+               self.activeControlValid()
                for fnc in self.callOnAccept:
                        fnc()
                # Call the user-configurable method




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to