Commit 875c9754fa068477cea8da425948f42f72add2a7
1 parent
ae2012a4
Exists in
master
and in
68 other branches
ENH: Removed toolbar style related to customization
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/frame.py
... | ... | @@ -297,7 +297,7 @@ class ProjectToolBar(aui.AuiToolBar): |
297 | 297 | def __init__(self, parent): |
298 | 298 | aui.AuiToolBar.__init__(self, parent, -1, wx.DefaultPosition, |
299 | 299 | wx.DefaultSize, |
300 | - aui.AUI_TB_DEFAULT_STYLE|aui.AUI_TB_OVERFLOW) | |
300 | + aui.AUI_TB_DEFAULT_STYLE) | |
301 | 301 | |
302 | 302 | self.SetToolBitmapSize(wx.Size(32,32)) |
303 | 303 | ... | ... |