mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Merge branch 'master' of git://github.com/wingel/Phoenix into wingel-master
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user