[change] disable multicursor by default

This commit is contained in:
2017-08-23 15:18:24 +02:00
parent 1bbb686778
commit 070c32e007
2 changed files with 8 additions and 7 deletions

View File

@@ -619,7 +619,7 @@ class MainWindow(QMainWindow):
self.disconnectWFplotEvents()
if str(settings.value('pyqtgraphic')) == 'false' or not pg:
self.pg = False
self.dataPlot = PylotCanvas(parent=self, connect_events=False)
self.dataPlot = PylotCanvas(parent=self, connect_events=False, multicursor=True)
self.dataPlot.updateWidget(xlab, None, plottitle)
else:
self.pg = True