Bug fixes
This commit is contained in:
parent
6de1f40497
commit
e923585fb1
@ -473,6 +473,7 @@ class TabContent(QScrollArea):
|
||||
dict_combo.setEnabled(not word_checked and not ignore)
|
||||
field_combo.setEnabled(not word_checked and not ignore)
|
||||
skip_check_btn.setEnabled(not word_checked and not ignore)
|
||||
cloze_check_btn.setEnabled(not word_checked and not ignore)
|
||||
if word_checked:
|
||||
self._last_checkeds = [
|
||||
ignore_check_btn, dict_combo,
|
||||
@ -489,6 +490,7 @@ class TabContent(QScrollArea):
|
||||
dict_combo.setEnabled(not word_checked and not ignore)
|
||||
field_combo.setEnabled(not word_checked and not ignore)
|
||||
skip_check_btn.setEnabled(not word_checked and not ignore)
|
||||
cloze_check_btn.setEnabled(not word_checked and not ignore)
|
||||
ignore_check_btn.stateChanged.connect(ignore_check_changed)
|
||||
ignore_check_btn.clicked.connect(self.ignore_all_update)
|
||||
# skip
|
||||
|
||||
@ -473,6 +473,7 @@ class TabContent(QScrollArea):
|
||||
dict_combo.setEnabled(not word_checked and not ignore)
|
||||
field_combo.setEnabled(not word_checked and not ignore)
|
||||
skip_check_btn.setEnabled(not word_checked and not ignore)
|
||||
cloze_check_btn.setEnabled(not word_checked and not ignore)
|
||||
if word_checked:
|
||||
self._last_checkeds = [
|
||||
ignore_check_btn, dict_combo,
|
||||
@ -489,6 +490,7 @@ class TabContent(QScrollArea):
|
||||
dict_combo.setEnabled(not word_checked and not ignore)
|
||||
field_combo.setEnabled(not word_checked and not ignore)
|
||||
skip_check_btn.setEnabled(not word_checked and not ignore)
|
||||
cloze_check_btn.setEnabled(not word_checked and not ignore)
|
||||
ignore_check_btn.stateChanged.connect(ignore_check_changed)
|
||||
ignore_check_btn.clicked.connect(self.ignore_all_update)
|
||||
# skip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user