AGW Logo

svn SVN Revision 68347 For ultimatelistctrl

This file contains the SVN revision history for ultimatelistctrl, at revision 68347.

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: 13-Apr-2010 17:11:04 UTC
  • Committer: AG
  • File Size: 453607 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

Use Refresh instead of Update in UltimateListCtrl after sorting the items.


svn_diff Diff To Previous Version (67824)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/ultimatelistctrl.py   2011/05/31 20:20:04     67824
+++ wxPython/3rdParty/AGW/agw/ultimatelistctrl.py   2011/07/23 22:56:39     68347
@@ -3,7 +3,7 @@
# Inspired by and heavily based on the wxWidgets C++ generic version of wxListCtrl.
#
# Andrea Gavana, @ 08 May 2009
-# Latest Revision: 10 Mar 2011, 15.00 GMT
+# Latest Revision: 22 Jul 2011, 21.00 GMT
#
#
# TODO List
@@ -176,7 +176,7 @@

UltimateListCtrl is distributed under the wxPython license.

-Latest Revision: Andrea Gavana @ 10 Mar 2011, 15.00 GMT
+Latest Revision: Andrea Gavana @ 22 Jul 2011, 21.00 GMT

Version 0.8

@@ -12099,7 +12099,7 @@
"""

self._mainWin.SortItems(func)
-        wx.CallAfter(self.Update)
+        wx.CallAfter(self.Refresh)

return True
Tree