mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Improved theme generation, and other fixes
This commit is contained in:
parent
647a914155
commit
1e8048dd45
7 changed files with 219 additions and 166 deletions
|
@ -2974,7 +2974,7 @@ void VisualScriptEditor::_member_rmb_selected(const Vector2 &p_pos) {
|
|||
|
||||
TreeItem *root = members->get_root();
|
||||
|
||||
Ref<Texture> del_icon = Control::get_icon("Del", "EditorIcons");
|
||||
Ref<Texture> del_icon = Control::get_icon("Remove", "EditorIcons");
|
||||
|
||||
Ref<Texture> edit_icon = Control::get_icon("Edit", "EditorIcons");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue