Merge branch 'master' of git://github.com/wingel/Phoenix into wingel-master

This commit is contained in:
Robin Dunn
2018-10-03 19:29:28 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -97,6 +97,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.

View File

@@ -6530,7 +6530,7 @@ class AuiManager(wx.EvtHandler):
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():