From 00492cc0a6c334c2dd420d3231772cb52f33ed40 Mon Sep 17 00:00:00 2001 From: agricolab Date: Sun, 20 Sep 2020 21:13:30 +0200 Subject: [PATCH] Fix issue #34 --- pylsl/examples/PerformanceTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylsl/examples/PerformanceTest.py b/pylsl/examples/PerformanceTest.py index 05a32d2..64de355 100644 --- a/pylsl/examples/PerformanceTest.py +++ b/pylsl/examples/PerformanceTest.py @@ -303,9 +303,9 @@ def update(self): if haspyqtgraph: qapp = pg.QtGui.QApplication(sys.argv) - qwindow = pg.plot() + qwindow = pg.plot(title="pylsl PerformanceTest") qwindow.clear() - qwindow.parent().setWindowTitle("pylsl PerformanceTest") + def update():