From 20bb24a641ae9d07f296231469a83242043b5cbc Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Thu, 30 Jan 2020 16:55:01 -0800 Subject: [PATCH] radioForgot --- qt/aqt/customstudy.py | 2 +- qt/designer/customstudy.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index a4ffb08f9..d48538531 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -39,7 +39,7 @@ class CustomStudy(QDialog): f = self.form f.radioNew.clicked.connect(lambda: self.onRadioChange(RADIO_NEW)) f.radioRev.clicked.connect(lambda: self.onRadioChange(RADIO_REV)) - f.radio3.clicked.connect(lambda: self.onRadioChange(3)) + f.radioForgot.clicked.connect(lambda: self.onRadioChange(RADIO_FORGOT)) f.radio4.clicked.connect(lambda: self.onRadioChange(4)) f.radio5.clicked.connect(lambda: self.onRadioChange(5)) f.radio6.clicked.connect(lambda: self.onRadioChange(6)) diff --git a/qt/designer/customstudy.ui b/qt/designer/customstudy.ui index 73ef4f5c6..b926de17e 100644 --- a/qt/designer/customstudy.ui +++ b/qt/designer/customstudy.ui @@ -24,7 +24,7 @@ - + Review forgotten cards @@ -165,7 +165,7 @@ radioNew radioRev - radio3 + radioForgot radio4 radio6 spin