Popups are now windows also (broken!)
This commit is contained in:
parent
543fb1c4da
commit
441f1a5fe9
159 changed files with 3311 additions and 3285 deletions
|
|
@ -358,11 +358,11 @@ List<String> GDScriptSyntaxHighlighter::get_supported_languages() {
|
|||
}
|
||||
|
||||
void GDScriptSyntaxHighlighter::_update_cache() {
|
||||
font_color = text_editor->get_color("font_color");
|
||||
symbol_color = text_editor->get_color("symbol_color");
|
||||
function_color = text_editor->get_color("function_color");
|
||||
number_color = text_editor->get_color("number_color");
|
||||
member_color = text_editor->get_color("member_variable_color");
|
||||
font_color = text_editor->get_theme_color("font_color");
|
||||
symbol_color = text_editor->get_theme_color("symbol_color");
|
||||
function_color = text_editor->get_theme_color("function_color");
|
||||
number_color = text_editor->get_theme_color("number_color");
|
||||
member_color = text_editor->get_theme_color("member_variable_color");
|
||||
|
||||
const String text_editor_color_theme = EditorSettings::get_singleton()->get("text_editor/theme/color_theme");
|
||||
const bool default_theme = text_editor_color_theme == "Default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue