mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #2982 (Keystroke Ctrl-C in PDB viewer does not work)
This commit is contained in:
parent
85bdb2d9a9
commit
e45556022b
@ -287,6 +287,7 @@ class EbookViewer(MainWindow, Ui_EbookViewer):
|
||||
self.set_max_width()
|
||||
ca = self.view.copy_action
|
||||
ca.setShortcut(QKeySequence.Copy)
|
||||
self.addAction(ca)
|
||||
|
||||
|
||||
def set_max_width(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user