mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1877453 [Viewer ToC context menu](https://bugs.launchpad.net/calibre/+bug/1877453)
This commit is contained in:
parent
070a0e3634
commit
f0a0fb346a
@ -86,6 +86,7 @@ class ToolBar(QToolBar):
|
||||
|
||||
def __init__(self, parent=None):
|
||||
QToolBar.__init__(self, parent)
|
||||
self.setWindowTitle(_('Toolbar'))
|
||||
self.shortcut_actions = {}
|
||||
self.setToolButtonStyle(Qt.ToolButtonIconOnly)
|
||||
self.setVisible(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user