dabo Commit
Revision 5968
Date: 2010-09-01 04:45:50 -0700 (Wed, 01 Sep 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5968

Changed:
U   trunk/dabo/ui/uiwx/dDialog.py

Log:
The last commit cause controls on dDialog to raise an error. This corrects that 
problem.


Diff:
Modified: trunk/dabo/ui/uiwx/dDialog.py
===================================================================
--- trunk/dabo/ui/uiwx/dDialog.py       2010-08-31 21:03:53 UTC (rev 5967)
+++ trunk/dabo/ui/uiwx/dDialog.py       2010-09-01 11:45:50 UTC (rev 5968)
@@ -143,8 +143,13 @@
                if self.Application is not None:
                        self.Application.uiForms.remove(self)
                super(dDialog, self).release()
-       
-       
+
+
+       def _controlGotFocus(self, ctrl):
+               # Placeholder until we unify dForm and dDialog
+               pass
+
+
        def _getAutoSize(self):
                return self._fit
 



_______________________________________________
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