Debugger: Fix stopping of core file debugging using the fat button

Task-number: QTCREATORBUG-21094
Change-Id: If60f6bea93a583ab27e9e8b17c07402b2ac0854c
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2018-10-04 14:44:39 +02:00
parent 2e4e18161b
commit 10262574d4
7 changed files with 29 additions and 2 deletions

View File

@@ -1576,8 +1576,8 @@ void DebuggerPluginPrivate::updatePresetState()
m_continueAction.setEnabled(false);
m_exitAction.setEnabled(true);
m_debugWithoutDeployAction.setEnabled(false);
m_visibleStartAction.setAction(&m_undisturbableAction);
m_visibleStartAction.setIcon(startIcon(true));
m_visibleStartAction.setAction(&m_exitAction);
m_visibleStartAction.setIcon(Icons::STOP_FLAT.icon());
m_hiddenStopAction.setAction(&m_exitAction);
m_stepAction.setEnabled(false);
m_nextAction.setEnabled(false);