mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 03:34:17 +00:00
Fix theme not updating with changes
This commit is contained in:
parent
aaf93f92d8
commit
048f149478
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue