[Mono]: the C# script icon is now visible in the editor.
This commit is contained in:
parent
399e53e8c3
commit
51c601d2e3
2 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void ScriptCreateDialog::_notification(int p_what) {
|
|||
case NOTIFICATION_THEME_CHANGED:
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
for (int i = 0; i < ScriptServer::get_language_count(); i++) {
|
||||
String lang = ScriptServer::get_language(i)->get_name();
|
||||
String lang = ScriptServer::get_language(i)->get_type();
|
||||
Ref<Texture> lang_icon = get_icon(lang, "EditorIcons");
|
||||
if (lang_icon.is_valid()) {
|
||||
language_menu->set_item_icon(i, lang_icon);
|
||||
|
|
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 990 B |
Loading…
Reference in a new issue