dabo Commit
Revision 5679
Date: 2010-02-13 12:02:20 -0800 (Sat, 13 Feb 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5679

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

Log:
Fixed a typo in the last commit.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2010-02-13 15:28:02 UTC (rev 5678)
+++ trunk/dabo/ui/uiwx/dGrid.py 2010-02-13 20:02:20 UTC (rev 5679)
@@ -2386,7 +2386,7 @@
                mod = diff % dynColCnt
                for col in dynCols:
                        if mod:
-                               newWidth = col.Width (adj+1)
+                               newWidth = col.Width + (adj+1)
                                mod -= 1
                        else:
                                newWidth = col.Width + adj



_______________________________________________
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