Commit 7c04b55a46f2e70fd88f0319fedfafeebab64cfd
1 parent
0a550119
Exists in
master
Task panels was in wrong place at starting in Mac (a self.Layout in frame.py fixed that)
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
invesalius/gui/frame.py
@@ -259,6 +259,8 @@ class Frame(wx.Frame): | @@ -259,6 +259,8 @@ class Frame(wx.Frame): | ||
259 | # TODO: Allow saving and restoring perspectives | 259 | # TODO: Allow saving and restoring perspectives |
260 | self.perspective_all = aui_manager.SavePerspective() | 260 | self.perspective_all = aui_manager.SavePerspective() |
261 | 261 | ||
262 | + self.Layout() | ||
263 | + | ||
262 | def _BeginBusyCursor(self): | 264 | def _BeginBusyCursor(self): |
263 | """ | 265 | """ |
264 | Start busy cursor. | 266 | Start busy cursor. |