AGW Logo

svn SVN Revision 69382 For tabart

This file contains the SVN revision history for tabart, 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: 31-Mar-2009 15:36:51 UTC
  • Committer: AG
  • File Size: 107044 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 (66750)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/tabart.py 2011/01/24 22:53:12     66750
+++ wxPython/3rdParty/AGW/agw/aui/tabart.py 2011/10/11 19:17:58     69382
@@ -2208,6 +2208,10 @@

# add some padding
tab_width += 10
+
+        if not bitmap.IsOk():
+            tab_width += 5
+
tab_height += 2

return (tab_width, tab_height), x_extent
Tree

Table Of Contents

Previous topic

VC8TabArt

Next topic

balloontip