dabo Commit
Revision 5596
Date: 2010-01-14 11:11:41 -0800 (Thu, 14 Jan 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5596
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Removed IsEmptyCell() method, as it appears to be unnecessary overhead
these days.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2010-01-14 18:38:07 UTC (rev 5595)
+++ trunk/dabo/ui/uiwx/dGrid.py 2010-01-14 19:11:41 UTC (rev 5596)
@@ -287,11 +287,10 @@
# return self.grid.ColumnCount
- def IsEmptyCell(self, row, col):
- col = self._convertWxColNumToDaboColNum(col)
- if row >= self.grid.RowCount:
- return True
- return False
+# def IsEmptyCell(self, row, col):
+# if row >= self.grid.RowCount:
+# return True
+# return False
def GetValue(self, row, col, useCache=True):
_______________________________________________
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/[email protected]