diff options
| author | Artem Varaksa | 2018-02-22 10:50:38 +0300 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 12:02:41 +0100 |
| commit | 29089b715d258cccf82d97bdaf2ae7971b774120 (patch) | |
| tree | cfd7fe0bb874f121bc57a8b917745fdb9887ce97 /editor/script_editor_debugger.cpp | |
| parent | 7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb (diff) | |
| download | godot-29089b715d258cccf82d97bdaf2ae7971b774120.tar.gz godot-29089b715d258cccf82d97bdaf2ae7971b774120.tar.zst godot-29089b715d258cccf82d97bdaf2ae7971b774120.zip | |
Insert proper copy icon to debugger
(cherry picked from commit db2a1544c01e7f52a0a95b58509419c6de949e5d)
Diffstat (limited to 'editor/script_editor_debugger.cpp')
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 |
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")); |
