From e91c633ab98d866b49228706dd9bd19188025282 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 21 Dec 2010 01:44:26 +0900 Subject: [PATCH] make sure update dialog appears over import diag --- ankiqt/ui/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/importing.py b/ankiqt/ui/importing.py index 11caacde0..5588f0484 100644 --- a/ankiqt/ui/importing.py +++ b/ankiqt/ui/importing.py @@ -176,7 +176,7 @@ you can enter it here. Use \\t to represent tab."""), self.dialog.autoDetect.setText(txt) def doUpdate(self): - f = UpdateMap(self.parent, + f = UpdateMap(self, self.importer.fields(), self.model.fieldModels) if not getattr(f, "updateKey", None):