dabo Commit
Revision 2526
Date: 2006-12-11 06:05:25 -0800 (Mon, 11 Dec 2006)
Author: Ed

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

Log:
Fixes a typo in the code for updating the Selection property.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2006-12-10 14:17:35 UTC (rev 2525)
+++ trunk/dabo/ui/uiwx/dGrid.py 2006-12-11 14:05:25 UTC (rev 2526)
@@ -3111,7 +3111,7 @@
                                        self.SelectRow(row, True)
                        elif mode == wx.grid.Grid.wxGridSelectColumns:
                                for col in range(left, right+1):
-                                       self.SelectCol(row, True)
+                                       self.SelectCol(col, True)
                        else:
                                self.SelectBlock(top, left, bott, right, True)
 




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

Reply via email to