Skip to content

Commit

Permalink
Merge pull request #6465 from Paulb23/script_highlight_color_update
Browse files Browse the repository at this point in the history
Update current script color on change
  • Loading branch information
akien-mga authored Sep 12, 2016
2 parents 37f1e86 + a013683 commit dc6eefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/editor/plugins/script_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ void ScriptEditor::_editor_settings_changed() {

se->update_settings();
}
_update_script_colors();

ScriptServer::set_reload_scripts_on_save(EDITOR_DEF("text_editor/auto_reload_and_parse_scripts_on_save",true));

Expand Down

0 comments on commit dc6eefd

Please sign in to comment.