Skip to content

Commit

Permalink
Removed redundant call to resolve #34
Browse files Browse the repository at this point in the history
  • Loading branch information
josephduchesne authored Oct 16, 2017
1 parent d4e975c commit bc93840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flatland_viz/src/flatland_viz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ void FlatlandViz::onToolbarActionTriggered(QAction* action) {
if (tool->getClassId().toStdString() == "flatland_viz/PauseSim") {
manager_->getToolManager()->setCurrentTool(current_tool);
tool = current_tool;
manager_->getToolManager()->setCurrentTool(tool);
indicateToolIsCurrent(tool);
}

Expand Down

0 comments on commit bc93840

Please sign in to comment.