diff --git a/calibre-plugin/dialogs.py b/calibre-plugin/dialogs.py index f705ed64..ffa4c8e5 100644 --- a/calibre-plugin/dialogs.py +++ b/calibre-plugin/dialogs.py @@ -185,6 +185,7 @@ class NotGoingToDownload(Exception): class DroppableQTextEdit(QTextEdit): def __init__(self,parent): QTextEdit.__init__(self,parent) + self.setTabChangesFocus(True) def dropEvent(self,event): # print("event:%s"%event)