This commit is contained in:
Kovid Goyal 2016-07-21 20:43:41 +05:30
parent 116f6a75f0
commit 051d9e5d35

View File

@ -1286,6 +1286,7 @@ class TagsEdit(EditWithComplete, ToMetadataMixin): # {{{
def __init__(self, parent):
EditWithComplete.__init__(self, parent)
self.lineEdit().setMaxLength(65536) # see https://bugs.launchpad.net/bugs/1569388
self.books_to_refresh = set([])
self.setToolTip(self.TOOLTIP)
self.setWhatsThis(self.TOOLTIP)