dabo Commit
Revision 4318
Date: 2008-07-24 14:09:42 -0700 (Thu, 24 Jul 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4318
Changed:
U trunk/dabo/ui/uiwx/dDialog.py
Log:
Minor change to use my wrapper function.
Diff:
Modified: trunk/dabo/ui/uiwx/dDialog.py
===================================================================
--- trunk/dabo/ui/uiwx/dDialog.py 2008-07-24 21:04:54 UTC (rev 4317)
+++ trunk/dabo/ui/uiwx/dDialog.py 2008-07-24 21:09:42 UTC (rev 4318)
@@ -229,8 +229,8 @@
def _addControls(self):
- # Tell wx not to intercept the esc key.
- self.SetEscapeId(wx.ID_NONE)
+ # By default, don't intercept the esc key.
+ self.setEscapeButton(None)
# Set some default Sizer properties (user can easily override):
sz = self.Sizer
_______________________________________________
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]