Commit 7c04b55a46f2e70fd88f0319fedfafeebab64cfd

Authored by Thiago Franco de Moraes
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 259 # TODO: Allow saving and restoring perspectives
260 260 self.perspective_all = aui_manager.SavePerspective()
261 261  
  262 + self.Layout()
  263 +
262 264 def _BeginBusyCursor(self):
263 265 """
264 266 Start busy cursor.
... ...