From 7c04b55a46f2e70fd88f0319fedfafeebab64cfd Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Wed, 1 Jul 2020 16:22:46 -0300 Subject: [PATCH] Task panels was in wrong place at starting in Mac (a self.Layout in frame.py fixed that) --- invesalius/gui/frame.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 29a8919..dd4e15c 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -259,6 +259,8 @@ class Frame(wx.Frame): # TODO: Allow saving and restoring perspectives self.perspective_all = aui_manager.SavePerspective() + self.Layout() + def _BeginBusyCursor(self): """ Start busy cursor. -- libgit2 0.21.2