dabo Commit
Revision 3173
Date: 2007-06-12 09:06:16 -0700 (Tue, 12 Jun 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3173

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

Log:
Fixed problem Simen found with dabo.ui.browse(), which came down to the fact 
that setting
DataSet shouldn't call fillGrid() any longer (not for a long time now, 
actually). Thanks,
Simen!



Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2007-06-12 11:07:03 UTC (rev 3172)
+++ trunk/dabo/ui/uiwx/dGrid.py 2007-06-12 16:06:16 UTC (rev 3173)
@@ -3657,7 +3657,6 @@
                        if not isinstance(val, dabo.db.dDataSet):
                                val = dabo.db.dDataSet(val)
                        self._dataSet = val
-                       self.fillGrid(True)
                        biz = self.getBizobj()
                        if biz:
                                ## I think I want to have the bizobj raise the 
RowNumChanged event,




_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]

Reply via email to