Merge pull request #19399 from guilhermefelipecgs/fix_theme_change

Fix theme not updating with changes
This commit is contained in:
Rémi Verschelde 2018-06-07 11:47:21 +02:00 committed by GitHub
commit 9d23f1bf1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1215,6 +1215,9 @@ void ScriptEditor::_notification(int p_what) {
script_forward->set_icon(get_icon("Forward", "EditorIcons"));
script_back->set_icon(get_icon("Back", "EditorIcons"));
members_overview_alphabeta_sort_button->set_icon(get_icon("Sort", "EditorIcons"));
filename->add_style_override("normal", editor->get_gui_base()->get_stylebox("normal", "LineEdit"));
recent_scripts->set_as_minsize();
} break;