mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
547f383634
@ -55,11 +55,9 @@ class EditColumnDelegate(QItemDelegate):
|
|||||||
editor = EditWithComplete(parent)
|
editor = EditWithComplete(parent)
|
||||||
editor.set_separator(None)
|
editor.set_separator(None)
|
||||||
editor.update_items_cache(self.completion_data)
|
editor.update_items_cache(self.completion_data)
|
||||||
else:
|
return editor
|
||||||
from calibre.gui2.widgets import EnLineEdit
|
from calibre.gui2.widgets import EnLineEdit
|
||||||
editor = EnLineEdit(parent)
|
return EnLineEdit(parent)
|
||||||
return editor
|
|
||||||
return QItemDelegate.createEditor(self, parent, option, index)
|
|
||||||
|
|
||||||
|
|
||||||
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user