From abad689be4dcf2cde8f2e400d45ec2e952dbf73d Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 22 Apr 2022 19:13:54 +0100 Subject: [PATCH] Update menu.py remove duplicate call to self._parent._destroy_top_level_frames() in menu.py --- vmcompact/menu.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vmcompact/menu.py b/vmcompact/menu.py index 0e3a04a..07f02d6 100644 --- a/vmcompact/menu.py +++ b/vmcompact/menu.py @@ -296,8 +296,6 @@ class Menus(tk.Menu): i_to_close.logout() # build new app frames according to a kind kind = kind_get(self._vmr.type) - # destroy the current App frames - self._parent._destroy_top_level_frames() self._parent._make_app(kind, None) target_menu = getattr(self, f"menu_vban_{i+1}") target_menu.entryconfig(0, state="normal")