aboutsummaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorArtem Varaksa2018-02-22 10:50:38 +0300
committerHein-Pieter van Braam2018-02-22 12:02:41 +0100
commit29089b715d258cccf82d97bdaf2ae7971b774120 (patch)
treecfd7fe0bb874f121bc57a8b917745fdb9887ce97 /editor/script_editor_debugger.cpp
parent7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb (diff)
downloadgodot-29089b715d258cccf82d97bdaf2ae7971b774120.tar.gz
godot-29089b715d258cccf82d97bdaf2ae7971b774120.tar.zst
godot-29089b715d258cccf82d97bdaf2ae7971b774120.zip
Insert proper copy icon to debugger
(cherry picked from commit db2a1544c01e7f52a0a95b58509419c6de949e5d)
Diffstat (limited to '')
-rw-r--r--editor/script_editor_debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp
index bf80e4ee5..f54c7eef2 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"));