mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Prevent context menu when selecting location in ToC editor
This commit is contained in:
parent
123dc2bb52
commit
12f2a2f713
@ -90,6 +90,9 @@ class WebView(QWebEngineView): # {{{
|
||||
|
||||
def sizeHint(self):
|
||||
return QSize(1500, 300)
|
||||
|
||||
def contextMenuEvent(self, ev):
|
||||
pass
|
||||
# }}}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user