mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
...
This commit is contained in:
@@ -127,7 +127,7 @@ class ToolBar(QToolBar): # {{{
|
||||
m = aa.menu()
|
||||
func = getattr(iac, func)
|
||||
if (( (w is not None and w.geometry().contains(pos)) or
|
||||
(m is not None and m.geometry().contains(pos)) ) and
|
||||
(m is not None and m.isVisible() and m.geometry().contains(pos)) ) and
|
||||
func(event, md)):
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user