From f4e262fdc340abd14f1562c00064afd0e0bfafb7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 8 Dec 2008 16:08:19 +0900 Subject: [PATCH] don't close all dialogs on reset anymore --- ankiqt/ui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index cb33cc97f..455b889f5 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -148,7 +148,6 @@ An error occurred. Please copy the following message into a bug report.\n\n""" + self.viewsBackup = None def reset(self, count=True): - ui.dialogs.closeAll() if self.deck: self.deck.refresh() if count: