AGW Logo

svn SVN Revision 69382 For auibook

This file contains the SVN revision history for auibook, at revision 69382.

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: 05-Apr-2009 10:55:25 UTC
  • Committer: AG
  • File Size: 194788 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

AuiNotebook: possibly fix (?) un-reproduceable bug on tab size/text clipped.


svn_diff Diff To Previous Version (69299)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/10/03 19:57:45     69299
+++ wxPython/3rdParty/AGW/agw/aui/auibook.py        2011/10/11 19:17:58     69382
@@ -3260,7 +3260,8 @@

if bitmap.IsOk() and not disabled_bitmap.IsOk():
disabled_bitmap = MakeDisabledBitmap(bitmap)
-            info.dis_bitmap = disabled_bitmap
+
+        info.dis_bitmap = disabled_bitmap

# if there are currently no tabs, the first added
# tab must be active
Tree

Table Of Contents

Previous topic

SVN Revision 69295 For auibook

Next topic

SVN Revision 69432 For auibook