This commit is contained in:
Kovid Goyal 2016-10-06 20:49:11 +05:30
parent 92498c884b
commit bd3eeeb4b1

View File

@ -1275,7 +1275,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.lineEdit().setMaxLength(655360) # see https://bugs.launchpad.net/bugs/1630944
self.books_to_refresh = set([])
self.setToolTip(self.TOOLTIP)
self.setWhatsThis(self.TOOLTIP)