Skip to content

Commit 417a733

Browse files
committed
PyQt6 support
1 parent 5078687 commit 417a733

File tree

3 files changed

+64
-62
lines changed

3 files changed

+64
-62
lines changed

pyncview/multiplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def plot(self,startmessageloop=True):
359359

360360
# Show dialog and wait for it to close
361361
dialog.show()
362-
if startmessageloop: ret = app.exec_()
362+
if startmessageloop: ret = app.exec()
363363
else:
364364
if self.animate is None:
365365
# Export figure to file

0 commit comments

Comments
 (0)