mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 09:06:33 +01:00
Fix #2982 (Keystroke Ctrl-C in PDB viewer does not work)
This commit is contained in:
parent
85bdb2d9a9
commit
e45556022b
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ def __init__(self, pathtoebook=None, debug_javascript=False):
|
|||
self.set_max_width()
|
||||
ca = self.view.copy_action
|
||||
ca.setShortcut(QKeySequence.Copy)
|
||||
self.addAction(ca)
|
||||
|
||||
|
||||
def set_max_width(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue