AGW Logo

svn SVN Revision 68510 For customtreectrl

This file contains the SVN revision history for customtreectrl, at revision 68510.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 17-Sep-2009 15:44:57 UTC
  • Committer: AG
  • File Size: 263661 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

FlatNotebook, CustomTreeCtrl: possibly fix bug 13377 by setting background/foreground colours compatible with the system settings.


svn_diff Diff To Previous Version (68486)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/customtreectrl.py     2011/08/01 18:16:47     68486
+++ wxPython/3rdParty/AGW/agw/customtreectrl.py     2011/08/03 19:50:42     68510
@@ -3,7 +3,7 @@
# Inspired By And Heavily Based On wxGenericTreeCtrl.
#
# Andrea Gavana, @ 17 May 2006
-# Latest Revision: 01 Aug 2011, 20.00 GMT
+# Latest Revision: 03 Aug 2011, 22.00 GMT
#
#
# TODO List
@@ -212,7 +212,7 @@

CustomTreeCtrl is distributed under the wxPython license.

-Latest Revision: Andrea Gavana @ 01 Aug 2011, 20.00 GMT
+Latest Revision: Andrea Gavana @ 03 Aug 2011, 22.00 GMT

Version 2.4

@@ -2435,7 +2435,7 @@

attr = self.GetDefaultAttributes()
self.SetOwnForegroundColour(attr.colFg)
-        self.SetOwnBackgroundColour(wx.WHITE)
+        self.SetOwnBackgroundColour(attr.colBg)

if not self._hasFont:
self.SetOwnFont(attr.font)
Tree