From 1afbf4212e6437b1e42e5cf3b0edd8230c35ac27 Mon Sep 17 00:00:00 2001 From: BlueGreenMagick <50060875+BlueGreenMagick@users.noreply.github.com> Date: Sat, 2 Jan 2021 23:07:57 +0900 Subject: [PATCH] no need to call show() --- qt/aqt/sidebar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/sidebar.py b/qt/aqt/sidebar.py index 57e395e87..324443ba1 100644 --- a/qt/aqt/sidebar.py +++ b/qt/aqt/sidebar.py @@ -102,4 +102,3 @@ class NewSidebarTreeView(SidebarTreeViewBase): self.browser.maybeRefreshSidebar() except DeckRenameError as e: return showWarning(e.description) - self.show()