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:
Kovid Goyal 2018-02-07 07:32:23 +05:30
parent d20cffe1b2
commit 7460aad117
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1042,7 +1042,7 @@ class BulkSeries(BulkBase):
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)