Skip to content

Commit

Permalink
Merge pull request #48872 from Chaosus/editor_fix_script_list_theme
Browse files Browse the repository at this point in the history
Updates script list colors after theme is changed
  • Loading branch information
akien-mga authored May 20, 2021
2 parents 7f6ee00 + f100fb9 commit c0de820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/plugins/script_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c0de820

Please sign in to comment.