Merge pull request #16915 from sudoio/master

Insert proper copy icon to debugger
This commit is contained in:
Poommetee Ketson 2018-02-22 15:17:49 +07:00 committed by GitHub
commit fef49cadcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"));