AGW Logo

svn SVN Revision 69315 For auibar

This file contains the SVN revision history for auibar, at revision 69315.

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: 01-Apr-2009 02:45:51 UTC
  • Committer: AG
  • File Size: 132245 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • HyperTreeList: fixed missing GetPrev method and associated TypeError;
  • AuiToolBar: don’t draw the gripper if the AuiToolBar style doesn’t contain the AUI_TB_GRIPPER bit.

svn_diff Diff To Previous Version (69147)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/auibar.py 2011/09/18 19:50:28     69147
+++ wxPython/3rdParty/AGW/agw/aui/auibar.py 2011/10/05 19:01:34     69315
@@ -3416,7 +3416,7 @@
dropdown_size = self._art.GetElementSize(AUI_TBART_OVERFLOW_SIZE)

# paint the gripper
-        if gripper_size > 0 and self._gripper_sizer_item:
+        if self._agwStyle & AUI_TB_GRIPPER and gripper_size > 0 and self._gripper_sizer_item:
gripper_rect = wx.Rect(*self._gripper_sizer_item.GetRect())
if horizontal:
gripper_rect.width = gripper_size
Tree

Table Of Contents

Previous topic

SVN Revision 69147 For auibar

Next topic

SVN Revision 69982 For auibar