daboide Commit
Revision 249
Date: 2005-11-23 14:49:28 -0800 (Wed, 23 Nov 2005)
Author: ed

Changed:
U   trunk/FieldSpecEditor.py

Log:
Updated some events that no longer worked after the recent grid event changes.


Diff:
Modified: trunk/FieldSpecEditor.py
===================================================================
--- trunk/FieldSpecEditor.py    2005-11-23 17:51:35 UTC (rev 248)
+++ trunk/FieldSpecEditor.py    2005-11-23 22:49:28 UTC (rev 249)
@@ -130,7 +130,7 @@
                return ret
                
 
-       def onHeaderLeftDClick(self, evt):
+       def onGridHeaderMouseLeftDoubleClick(self, evt):
                evt.stop()
                x,y = evt.EventData["mousePosition"]
                orderCol = self.getColNumByX(x)
@@ -189,11 +189,6 @@
                                currOrder -= 1
 
 
-       def onHeaderLeftDown(self, evt): pass
-       def onGridLabelLeftClick(self, evt): pass
-       
-
-
 class EditorForm(dabo.ui.dForm):
        def initProperties(self):
                EditorForm.doDefault()




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

Reply via email to