浏览代码

Merge pull request #16915 from sudoio/master

Insert proper copy icon to debugger
Poommetee Ketson 7 年之前
父节点
当前提交
fef49cadcb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/script_editor_debugger.cpp

+ 1 - 1
editor/script_editor_debugger.cpp

@@ -948,7 +948,7 @@ void ScriptEditorDebugger::_notification(int p_what) {
 
 
 			inspector->edit(variables);
 			inspector->edit(variables);
 
 
-			copy->set_icon(get_icon("Duplicate", "EditorIcons"));
+			copy->set_icon(get_icon("ActionCopy", "EditorIcons"));
 
 
 			step->set_icon(get_icon("DebugStep", "EditorIcons"));
 			step->set_icon(get_icon("DebugStep", "EditorIcons"));
 			next->set_icon(get_icon("DebugNext", "EditorIcons"));
 			next->set_icon(get_icon("DebugNext", "EditorIcons"));