dabo Commit
Revision 5165
Date: 2009-04-02 12:45:29 -0700 (Thu, 02 Apr 2009)
Author: Pedro.Gato
Trac: http://trac.dabodev.com/changeset/5165
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
dGrid was not correctly painting CellBackColor
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2009-04-01 01:49:50 UTC (rev 5164)
+++ trunk/dabo/ui/uiwx/dGrid.py 2009-04-02 19:45:29 UTC (rev 5165)
@@ -69,6 +69,10 @@
dcol = self.grid.Columns[col]
# If a cell attr is set up, use it. Else, use the one set up
for the column.
+
+ # PVG: we need to update dynamic properties before checkin for
cellAttrs
+ dcol._updateCellDynamicProps(row)
+
if dcol._gridCellAttrs:
attr = dcol._gridCellAttrs.get(row,
dcol._gridColAttr).Clone()
else:
_______________________________________________
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]