mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Merge pull request #871 from tianzhuqiao/agw_aui_4.0.x
Return original AGW window style in AuiToolBar.GetAGWWindowStyleFlag.
(cherry picked from commit 183bda5930)
This commit is contained in:
@@ -144,6 +144,7 @@ Changes in this release include the following:
|
||||
|
||||
* Add an explicit wx.GraphicsContext.Create overload for wx.AutoBufferedPaintDC. (#783)
|
||||
|
||||
* Return original AGW window style in AuiToolBar.GetAGWWindowStyleFlag. (#870)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1706,7 +1706,7 @@ class AuiToolBar(wx.Control):
|
||||
:see: :meth:`SetAGWWindowStyleFlag` for an explanation of various AGW-specific style.
|
||||
"""
|
||||
|
||||
return self._agwStyle
|
||||
return self._originalStyle
|
||||
|
||||
|
||||
def SetArtProvider(self, art):
|
||||
|
||||
Reference in New Issue
Block a user