Merge pull request #48872 from Chaosus/editor_fix_script_list_theme

Updates script list colors after theme is changed
This commit is contained in:
Rémi Verschelde 2021-05-20 09:17:58 +02:00 committed by GitHub
commit c0de820d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1503,6 +1503,9 @@ void ScriptEditor::_notification(int p_what) {
filename->add_theme_style_override("normal", editor->get_gui_base()->get_theme_stylebox("normal", "LineEdit"));
recent_scripts->set_as_minsize();
_update_script_colors();
_update_script_names();
} break;
case NOTIFICATION_READY: {