ソースを参照

Fix theme not updating with changes

Guilherme Felipe 7 年 前
コミット
048f149478
1 ファイル変更3 行追加0 行削除
  1. 3 0
      editor/plugins/script_editor_plugin.cpp

+ 3 - 0
editor/plugins/script_editor_plugin.cpp

@@ -1215,6 +1215,9 @@ void ScriptEditor::_notification(int p_what) {
 			script_forward->set_icon(get_icon("Forward", "EditorIcons"));
 			script_forward->set_icon(get_icon("Forward", "EditorIcons"));
 			script_back->set_icon(get_icon("Back", "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();
 			recent_scripts->set_as_minsize();
 		} break;
 		} break;