mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 16:16:20 +01:00
Fix #1729497 [Error when clicking Configure in Get books screen](https://bugs.launchpad.net/calibre/+bug/1729497)
This commit is contained in:
parent
53e36ace8f
commit
0d7aebb98e
1 changed files with 1 additions and 0 deletions
|
|
@ -663,6 +663,7 @@ def __init__(self, *args):
|
|||
self.setEditable(True)
|
||||
self.setInsertPolicy(self.NoInsert)
|
||||
self.setMaxCount(10)
|
||||
self.setClearButtonEnabled = self.lineEdit().setClearButtonEnabled
|
||||
|
||||
def setPlaceholderText(self, txt):
|
||||
return self.lineEdit().setPlaceholderText(txt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue