summaryrefslogtreecommitdiff
path: root/examples/plot3dUpdateScatterFromThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot3dUpdateScatterFromThread.py')
-rw-r--r--examples/plot3dUpdateScatterFromThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot3dUpdateScatterFromThread.py b/examples/plot3dUpdateScatterFromThread.py
index 9c2213f..a02fec6 100644
--- a/examples/plot3dUpdateScatterFromThread.py
+++ b/examples/plot3dUpdateScatterFromThread.py
@@ -167,7 +167,7 @@ def main():
updateThread = UpdateScatterThread(scatter)
updateThread.start() # Start updating the plot
- app.exec_()
+ app.exec()
updateThread.stop() # Stop updating the plot