Skip to content

Commit

Permalink
covariance allowing right click
Browse files Browse the repository at this point in the history
  • Loading branch information
marius committed Jan 11, 2018
1 parent d587b14 commit 1ffba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spool/tab_covariance.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(self, parent_plot):

self.plot = pg.PlotWidget(background='default')
self.plot.showGrid(True, True, alpha=.5)
self.plot.setMenuEnabled(False)
self.plot.setMenuEnabled(True)
self.plot.enableAutoRange()

self.layout = QtGui.QVBoxLayout(self)
Expand Down

0 comments on commit 1ffba43

Please sign in to comment.