Skip to content

Commit

Permalink
Merge branch 'wingel-master' into wxPy-4.0.x
Browse files Browse the repository at this point in the history
(cherry picked from commit b4af342)
  • Loading branch information
RobinD42 committed Oct 4, 2018
1 parent ac1a323 commit c66c837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -126,6 +126,9 @@ Changes in this release include the following:

* Updated SIP to version 4.19.13.

* Fix an issue in wx.lib.agw.aui.AuiManager where the orientation of
an AuiToolBar would not be updated when calling LoadPerspective.




Expand Down
2 changes: 1 addition & 1 deletion wx/lib/agw/aui/framemanager.py
Expand Up @@ -6530,7 +6530,7 @@ def DoUpdate(self):
else:

if p.IsToolbar():
# self.SwitchToolBarOrientation(p)
self.SwitchToolBarOrientation(p)
p.best_size = p.window.GetBestSize()

if p.window and not p.IsNotebookPage() and p.window.IsShown() != p.IsShown():
Expand Down

0 comments on commit c66c837

Please sign in to comment.