Skip to content

Commit

Permalink
Don't add shorcut to simulation action.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Dec 22, 2016
1 parent 0f985b2 commit 3affbfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMEdit/OMEditGUI/Modeling/LibraryTreeWidget.cpp
Expand Up @@ -2580,7 +2580,6 @@ void LibraryTreeView::createActions()
// simulate Action
mpSimulateAction = new QAction(QIcon(":/Resources/icons/simulate.svg"), Helper::simulate, this);
mpSimulateAction->setStatusTip(Helper::simulateTip);
mpSimulateAction->setShortcut(QKeySequence("Ctrl+b"));
connect(mpSimulateAction, SIGNAL(triggered()), SLOT(simulate()));
// simulate with transformational debugger Action
mpSimulateWithTransformationalDebuggerAction = new QAction(QIcon(":/Resources/icons/simulate-equation.svg"), Helper::simulateWithTransformationalDebugger, this);
Expand Down

0 comments on commit 3affbfb

Please sign in to comment.