Skip to content

Commit

Permalink
wxGUI: fix display of all single window mode main toolbar tools (#2617)
Browse files Browse the repository at this point in the history
On the MS Windows and macOS platform.
  • Loading branch information
tmszi authored Oct 31, 2022
1 parent c492ae5 commit daaf4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gui_core/toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def __init__(
parent,
toolSwitcher=None,
style=wx.NO_BORDER | wx.TB_HORIZONTAL,
agwStyle=aui.AUI_TB_PLAIN_BACKGROUND,
agwStyle=aui.AUI_TB_PLAIN_BACKGROUND | aui.AUI_TB_GRIPPER,
):
self.parent = parent
super().__init__(
Expand Down

0 comments on commit daaf4cb

Please sign in to comment.