dabo Commit
Revision 2222
Date: 2006-06-19 10:22:03 -0700 (Mon, 19 Jun 2006)
Author: ed

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

Log:
Added a line to restore the sort in the refresh() code. We may need to do 
additional testing to evaluate the performance impact, and figure out 
additional conditional code for sorting.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2006-06-17 02:51:05 UTC (rev 2221)
+++ trunk/dabo/ui/uiwx/dGrid.py 2006-06-19 17:22:03 UTC (rev 2222)
@@ -2562,6 +2562,7 @@
 
 
        def refresh(self):
+               self._restoreSort()
                self._syncCurrentRow()
                self._syncColumnCount()
                self._syncRowCount()




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

Reply via email to