Commit ad49da8fe754a70c47266d0e0a0ca75c7c92a4f3
1 parent
5c132b7a
Exists in
master
and in
65 other branches
FIX: the aui_manager in macosx requires that in AddPane the Panes have diferent names
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/frame.py
... | ... | @@ -194,7 +194,7 @@ class Frame(wx.Frame): |
194 | 194 | LeftDockable(False).RightDockable(False)) |
195 | 195 | |
196 | 196 | aui_manager.AddPane(t5, wx.aui.AuiPaneInfo(). |
197 | - Name("Slice Toolbar"). | |
197 | + Name("History Toolbar"). | |
198 | 198 | ToolbarPane().Top().Floatable(False). |
199 | 199 | LeftDockable(False).RightDockable(False)) |
200 | 200 | ... | ... |