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():