Add EditorStringNames singleton
This commit is contained in:
@ -55,8 +55,8 @@ void NodeDock::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_ENTER_TREE:
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
connections_button->set_icon(get_theme_icon(SNAME("Signals"), SNAME("EditorIcons")));
|
||||
groups_button->set_icon(get_theme_icon(SNAME("Groups"), SNAME("EditorIcons")));
|
||||
connections_button->set_icon(get_editor_theme_icon(SNAME("Signals")));
|
||||
groups_button->set_icon(get_editor_theme_icon(SNAME("Groups")));
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user