mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
7ce022f5e1
@ -57,7 +57,9 @@ class EditColumnDelegate(QItemDelegate):
|
||||
editor.update_items_cache(self.completion_data)
|
||||
return editor
|
||||
from calibre.gui2.widgets import EnLineEdit
|
||||
return EnLineEdit(parent)
|
||||
editor = EnLineEdit(parent)
|
||||
editor.setClearButtonEnabled(True)
|
||||
return editor
|
||||
|
||||
|
||||
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
||||
|
Loading…
x
Reference in New Issue
Block a user