dabo Commit
Revision 4484
Date: 2008-08-28 15:04:09 -0700 (Thu, 28 Aug 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4484

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

Log:
update() isn't needed in dGrid, because of its virtual nature. That fillGrid() 
must have been from way back when.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-08-28 21:46:19 UTC (rev 4483)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-08-28 22:04:09 UTC (rev 4484)
@@ -3006,11 +3006,6 @@
                super(dGrid, self).refresh()
 
 
-       def update(self):
-               super(dGrid, self).update()
-               self.fillGrid()
-
-
        def _getWxHeader(self):
                """Return the wx grid header window."""
                return self.GetGridColLabelWindow()




_______________________________________________
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]

Reply via email to