Fix crash in create catalog dialog if changing from EPUB to MOBI and then switching tabs

This commit is contained in:
Kovid Goyal 2019-05-21 19:48:54 +05:30
parent e501fa8d86
commit b8832d5a31
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 741 additions and 691 deletions

View File

@ -33,6 +33,7 @@ class PluginWidget(QWidget,Ui_Form):
TITLE = _('E-book options') TITLE = _('E-book options')
HELP = _('Options specific to')+' AZW3/EPUB/MOBI '+_('output') HELP = _('Options specific to')+' AZW3/EPUB/MOBI '+_('output')
DEBUG = False DEBUG = False
handles_scrolling = True
# Output synced to the connected device? # Output synced to the connected device?
sync_enabled = True sync_enabled = True

File diff suppressed because it is too large Load Diff