Commit 02ccfa9e authored by Theophile Terraz's avatar Theophile Terraz
Browse files

disable custom plot adists

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -402,6 +402,8 @@ class ResultsWindowAdisTS(PamhyrWindow): ...@@ -402,6 +402,8 @@ class ResultsWindowAdisTS(PamhyrWindow):
"action_export": self.export, "action_export": self.export,
} }
self.find(QAction, "action_add").setEnabled(False)
for action in actions: for action in actions:
self.find(QAction, action).triggered.connect( self.find(QAction, action).triggered.connect(
actions[action] actions[action]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment