Skip to content

Commit 1ffba43

Browse files
author
marius
committed
covariance allowing right click
1 parent d587b14 commit 1ffba43

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
@@ -143,7 +143,7 @@ def __init__(self, parent_plot):
143143

144144
self.plot = pg.PlotWidget(background='default')
145145
self.plot.showGrid(True, True, alpha=.5)
146-
self.plot.setMenuEnabled(False)
146+
self.plot.setMenuEnabled(True)
147147
self.plot.enableAutoRange()
148148

149149
self.layout = QtGui.QVBoxLayout(self)

0 commit comments

Comments
 (0)