mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 16:33:36 +02:00
Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series
This commit is contained in:
parent
d20cffe1b2
commit
7460aad117
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ def disable_numbering_checkboxes(idx_widget_enable):
|
|||
apply_changes = True
|
||||
elif self.main_widget.text():
|
||||
self.remove_series.setEnabled(False)
|
||||
disable_numbering_checkboxes(idx_widget_enable=True)
|
||||
self.idx_widget.setEnabled(True)
|
||||
apply_changes = True
|
||||
else: # no text, no clear. Basically reinitialize
|
||||
self.main_widget.setEnabled(True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue