You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Insert proper copy icon to debugger
(cherry picked from commit db2a1544c0)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
7e89cc46dd
commit
29089b715d
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user