dabo Commit
Revision 3313
Date: 2007-08-14 14:57:09 -0700 (Tue, 14 Aug 2007)
Author: Johnf
Trac: http://svn.dabodev.com/trac/dabo/changeset/3313

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

Log:
minor syntax error

Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2007-08-14 21:40:33 UTC (rev 3312)
+++ trunk/dabo/ui/uiwx/dGrid.py 2007-08-14 21:57:09 UTC (rev 3313)
@@ -2907,8 +2907,7 @@
                if dragging:
                        x,y = evt.EventData["mousePosition"]
 
-                       if not headerIsSizing and 
-                                       (self.getColNumByX(x) == 
self.getColNumByX(x-5) == self.getColNumByX(x+5)):
+                       if not headerIsSizing and (self.getColNumByX(x) == 
self.getColNumByX(x-5) == self.getColNumByX(x+5)):
                                if not headerIsDragging:
                                        if self.MovableColumns:
                                                # A header reposition is 
beginning




_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]

Reply via email to