mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Turned on the clear button in manage authors.
This commit is contained in:
parent
547f383634
commit
c8646d8d32
@ -57,7 +57,9 @@ class EditColumnDelegate(QItemDelegate):
|
|||||||
editor.update_items_cache(self.completion_data)
|
editor.update_items_cache(self.completion_data)
|
||||||
return editor
|
return editor
|
||||||
from calibre.gui2.widgets import EnLineEdit
|
from calibre.gui2.widgets import EnLineEdit
|
||||||
return EnLineEdit(parent)
|
editor = EnLineEdit(parent)
|
||||||
|
editor.setClearButtonEnabled(True)
|
||||||
|
return editor
|
||||||
|
|
||||||
|
|
||||||
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user