Skip to content

Commit b6ed8b0

Browse files
author
marius
committed
cov: allowing right click
1 parent 5bd2f1a commit b6ed8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spool/tab_covariance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(self, parent_plot):
140140

141141
self.plot = pg.PlotWidget(background='default')
142142
self.plot.showGrid(True, True, alpha=.5)
143-
self.plot.setMenuEnabled(False)
143+
self.plot.setMenuEnabled(True)
144144
self.plot.enableAutoRange()
145145

146146
self.layout = QtGui.QVBoxLayout(self)

0 commit comments

Comments
 (0)