dabo Commit
Revision 7177
Date: 2012-05-10 14:27:46 -0700 (Thu, 10 May 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7177

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

Log:
Fixed an attribute initialization bug.

Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2012-05-09 20:56:24 UTC (rev 7176)
+++ trunk/dabo/ui/uiwx/dGrid.py 2012-05-10 21:27:46 UTC (rev 7177)
@@ -449,8 +449,9 @@
                                *args, **kwargs):
                self._isConstructed = False
                self._dynamic = {}
-               # Initialize the data field attribute
+               # Initialize the attributes for DataField and DataType
                self._dataField = ""
+               self._dataType = ""
                self._expand = False
                # Default to 2 decimal places
                self._precision = 2



_______________________________________________
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