mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
...
This commit is contained in:
parent
003394c671
commit
806af2a317
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user