mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1569388 [tags from s to z can not be saved](https://bugs.launchpad.net/calibre/+bug/1569388)
This commit is contained in:
parent
116f6a75f0
commit
051d9e5d35
@ -1286,6 +1286,7 @@ class TagsEdit(EditWithComplete, ToMetadataMixin): # {{{
|
|||||||
|
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
EditWithComplete.__init__(self, parent)
|
EditWithComplete.__init__(self, parent)
|
||||||
|
self.lineEdit().setMaxLength(65536) # see https://bugs.launchpad.net/bugs/1569388
|
||||||
self.books_to_refresh = set([])
|
self.books_to_refresh = set([])
|
||||||
self.setToolTip(self.TOOLTIP)
|
self.setToolTip(self.TOOLTIP)
|
||||||
self.setWhatsThis(self.TOOLTIP)
|
self.setWhatsThis(self.TOOLTIP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user