MouseLand/facemap

ROI context menu not working in GUI

saxonberry opened this issue · 1 comments

Whenever I try to right click an ROI to delete it the following error comes up. As per the recommended install instructions, I created a conda environment using the environment.yml file supplied.
image

Installed version of pyqtgraph has the line
menu.popup(QtCore.QPoint(pos.x(), pos.y()))
modified to
menu.popup(QtCore.QPoint(int(pos.x()), int(pos.y()))).