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