[Variant View] No contextual menu on variant line
antonylebechec opened this issue · 3 comments
antonylebechec commented
Please edit this template:
Describe the bug
Sometimes, contextual menu on variant line does not appear
To Reproduce
Steps to reproduce the behavior, for example:
- Open a project
- Click right on a variant line (contextual menu appears)
- Click on a query (Query List)
- Click right on a variant line (contextual menu does NOT appear)
Note: no error message on log
Expected behavior
Contextual menu appears
Desktop (please complete the following information):
- OS: MacOS
- Version of Cutevariant: devel
antonylebechec commented
antonylebechec commented
Solution:
gui/plugins/variant_view/widgets.py line 1175, remove:
if not self.view.viewport().geometry().contains(pos):
# mouse outside te view , skip
return
antonylebechec commented
solved.