Skip to content

Commit

Permalink
Make plotter executable as a standalone program
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Jan 12, 2024
1 parent 972592f commit a954223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDANSE_GUI/Src/MDANSE_GUI/Scripts/mdanse_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
import sys

app = QApplication(sys.argv)
root = MainWindow()
root = MainWindow(None)
root.show()
app.exec()

Expand Down

0 comments on commit a954223

Please sign in to comment.