mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Insert proper copy icon to debugger
This commit is contained in:
parent
49cf747faf
commit
db2a1544c0
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user