From be0ce798d6352d9cbba7a841ca434a9d5bc94dd8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 25 Jun 2009 05:30:39 +0900 Subject: [PATCH] fix repeat audio after edit current --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 47633adf4..9cd43816d 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -359,6 +359,7 @@ Please do not file a bug report with Anki.
""") self.deck.s.flush() self.showEditor() elif state == "saveEdit": + self.mainWin.actionRepeatAudio.setEnabled(True) self.editor.saveFieldsNow() self.mainWin.buttonStack.show() self.deck.refresh()