From e5da4a791cb77fb8b238df93e590e93cb1cd7515 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 19 Oct 2018 16:08:51 +0200 Subject: [PATCH] Debugger: Use the toolbar version of start debug icon on the toolbar Change-Id: Iac38599ead4851f5aac978d7484f0b230809f7ac Reviewed-by: hjk --- src/plugins/debugger/debuggerplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index cf16a810a6f..e64a2f62e05 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1471,7 +1471,7 @@ void DebuggerPluginPrivate::updatePresetState() // No engine running -- or -- we have a running engine but it does not // correspond to the current start up project. m_startAction.setEnabled(canRun); - m_startAction.setIcon(startIcon(false)); + m_startAction.setIcon(startIcon(true)); m_startAction.setToolButtonStyle(Qt::ToolButtonTextBesideIcon); m_startAction.setVisible(true); m_debugWithoutDeployAction.setEnabled(canRun);