From 29089b715d258cccf82d97bdaf2ae7971b774120 Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Thu, 22 Feb 2018 10:50:38 +0300 Subject: [PATCH] Insert proper copy icon to debugger (cherry picked from commit db2a1544c01e7f52a0a95b58509419c6de949e5d) --- editor/script_editor_debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index bf80e4ee5a6..f54c7eef2be 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -948,7 +948,7 @@ void ScriptEditorDebugger::_notification(int p_what) { inspector->edit(variables); - copy->set_icon(get_icon("Duplicate", "EditorIcons")); + copy->set_icon(get_icon("ActionCopy", "EditorIcons")); step->set_icon(get_icon("DebugStep", "EditorIcons")); next->set_icon(get_icon("DebugNext", "EditorIcons"));