mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:23:43 +02:00
Prevent context menu when selecting location in ToC editor
This commit is contained in:
parent
123dc2bb52
commit
12f2a2f713
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ def load_path(self, path, frag=None):
|
|||
|
||||
def sizeHint(self):
|
||||
return QSize(1500, 300)
|
||||
|
||||
def contextMenuEvent(self, ev):
|
||||
pass
|
||||
# }}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue