mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add EditorStringNames singleton
This commit is contained in:
parent
fa3428ff25
commit
6de34fde27
176 changed files with 2549 additions and 2325 deletions
|
@ -136,8 +136,8 @@ void EditorPropertyVectorN::_notification(int p_what) {
|
|||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
linked->set_texture_normal(get_theme_icon(SNAME("Unlinked"), SNAME("EditorIcons")));
|
||||
linked->set_texture_pressed(get_theme_icon(SNAME("Instance"), SNAME("EditorIcons")));
|
||||
linked->set_texture_normal(get_editor_theme_icon(SNAME("Unlinked")));
|
||||
linked->set_texture_pressed(get_editor_theme_icon(SNAME("Instance")));
|
||||
|
||||
const Color *colors = _get_property_colors();
|
||||
for (int i = 0; i < component_count; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue