aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorPoommetee Ketson2018-02-22 15:17:49 +0700
committerGitHub2018-02-22 15:17:49 +0700
commitfef49cadcbcc186f9616368f0a725dfb2c372b48 (patch)
tree7ab02e623aad6bad605cb187c7351740b639e4c9 /editor
parent742d01b8887d5b4bdaf2e6d9931220cedff3a6a9 (diff)
parentdb2a1544c01e7f52a0a95b58509419c6de949e5d (diff)
downloadgodot-fef49cadcbcc186f9616368f0a725dfb2c372b48.tar.gz
godot-fef49cadcbcc186f9616368f0a725dfb2c372b48.tar.zst
godot-fef49cadcbcc186f9616368f0a725dfb2c372b48.zip
Merge pull request #16915 from sudoio/master
Insert proper copy icon to debugger
Diffstat (limited to 'editor')
-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 57beb9523..da3a4ee91 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"));