Skip to content
Snippets Groups Projects
Commit 9ec3a41b authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Disable re-execute option

parent e4b17d27
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,10 @@ namespace armarx ...@@ -109,6 +109,10 @@ namespace armarx
&QAction::triggered, &QAction::triggered,
this, this,
&SkillManagerMonitorWidgetController::rerunSkillWithSimilarParams); &SkillManagerMonitorWidgetController::rerunSkillWithSimilarParams);
// Temporarily disable rerun-skill-Action
rerunSkillAction->setDisabled(true);
// open menu // open menu
menu->popup(widget.treeWidgetSkillExecutions->viewport()->mapToGlobal(pos)); menu->popup(widget.treeWidgetSkillExecutions->viewport()->mapToGlobal(pos));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment