dabo Commit
Revision 4213
Date: 2008-06-28 09:04:52 -0700 (Sat, 28 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4213
Changed:
U trunk/dabo/ui/uiwx/dFormMixin.py
Log:
Disabled the workaround for the Activate event in Windows, as it was preventing
some activate events from being properly seen.
Please test with your Windows apps to see if there is any downside to this.
Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py 2008-06-28 16:02:03 UTC (rev 4212)
+++ trunk/dabo/ui/uiwx/dFormMixin.py 2008-06-28 16:04:52 UTC (rev 4213)
@@ -153,7 +153,7 @@
def __onWxActivate(self, evt):
""" Raise the Dabo Activate or Deactivate appropriately."""
if bool(evt.GetActive()):
- if self._skipActivate:
+ if False and self._skipActivate:
# Skip the first activate (Windows)
self._skipActivate = False
else:
_______________________________________________
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]