dabo Commit
Revision 2984
Date: 2007-03-26 06:01:45 -0700 (Mon, 26 Mar 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/2984
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Fixes the rapid flashing observed in a grid when an order was set on one of the
columns. The 'CurrentColumn' kept getting set to the sort column, even when
focus was supposed to be elsewhere.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2007-03-25 23:20:12 UTC (rev 2983)
+++ trunk/dabo/ui/uiwx/dGrid.py 2007-03-26 13:01:45 UTC (rev 2984)
@@ -1792,7 +1792,6 @@
sortCol = idx
break
if sortCol is not None:
- self.CurrentColumn = sortCol
if self.RowCount > 0:
self.processSort(sortCol,
toggleSort=False)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev