Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed Sep 20, 2020
1 parent 60d8dc0 commit 00492cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylsl/examples/PerformanceTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 00492cc

Please sign in to comment.