Merge pull request #15709 from Paulb23/update_member_keyword_colour_on_change

Fixed member keywords colour not updating on settings change
This commit is contained in:
George Marques 2018-01-14 14:44:57 -02:00 committed by GitHub
commit 109242c011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,7 @@ void ScriptTextEditor::_set_theme_for_script() {
text_edit->add_keyword_color(n, colors_cache.type_color);
}
_update_member_keywords();
//colorize comments
List<String> comments;