Skip to content

Commit 1b3f8fe

Browse files
committed
panel: remove "interactive" add task from context menu
until there is anything reasonable to add. At the moment, there isn't. This is one of the UI end-points for Robert's proposed drag&drop task system.
1 parent 95dad83 commit 1b3f8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

visualization/motion_planning_tasks/src/task_panel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ TaskViewPrivate::TaskViewPrivate(TaskView* q_ptr) : q_ptr(q_ptr), exec_action_cl
235235
tasks_view->setDragEnabled(true);
236236

237237
// init actions
238-
tasks_view->addActions({ actionAddLocalTask, actionRemoveTaskTreeRows });
238+
// TODO(v4hn): add actionAddLocalTask once there is something meaningful to add
239+
tasks_view->addActions({ /*actionAddLocalTask,*/ actionRemoveTaskTreeRows });
239240
}
240241

241242
std::pair<TaskListModel*, TaskDisplay*> TaskViewPrivate::getTaskListModel(const QModelIndex& index) const {

0 commit comments

Comments
 (0)