Title: [commits] (grant) [16112] [APP] Fix a raise trying to draw the Who column
Revision
16112
Author
grant
Date
2007-12-11 17:06:09 -0800 (Tue, 11 Dec 2007)

Log Message

[APP] Fix a raise trying to draw the Who column

Modified Paths

Diff

Modified: branches/rearchitecture/Chandler-App/ocap/chandler/summary.py (16111 => 16112)

--- branches/rearchitecture/Chandler-App/ocap/chandler/summary.py	2007-12-12 00:39:18 UTC (rev 16111)
+++ branches/rearchitecture/Chandler-App/ocap/chandler/summary.py	2007-12-12 01:06:09 UTC (rev 16112)
@@ -303,7 +303,7 @@
         # We'll draw the sample or prefix in gray (unless it's part of the
         # selection, in which case we'll leave it white)
         if not isSelected and (isSample or prefix is not None):
-            oldForeground = wx.Colour(dc.GetTextForeground())
+            oldForeground = dc.GetTextForeground()
             dc.SetTextForeground(wx.SystemSettings.GetColour(wx.SYS_COLOUR_GRAYTEXT))
 
         haveText = bool(text)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to