dabo Commit
Revision 2923
Date: 2007-03-16 16:29:59 -0700 (Fri, 16 Mar 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/2923

Changed:
U   trunk/dabo/dEvents.py

Log:
Modified the FontPropertiesChanged event to apply to all UI objects, not just 
dFont.


Diff:
Modified: trunk/dabo/dEvents.py
===================================================================
--- trunk/dabo/dEvents.py       2007-03-16 23:26:31 UTC (rev 2922)
+++ trunk/dabo/dEvents.py       2007-03-16 23:29:59 UTC (rev 2923)
@@ -262,7 +262,7 @@
 class FontPropertiesChanged(Event):
        """Occurs when the properties of a dFont have changed."""
        def appliesToClass(eventClass, objectClass):
-               return issubclass(objectClass, dabo.ui.dFont)
+               return issubclass(objectClass, dabo.ui.dPemMixin)
        appliesToClass = classmethod(appliesToClass)
 
 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to