1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Merge pull request #110543 from kitbdev/deprecate_textedit_background_color

Deprecate TextEdit `background_color`
This commit is contained in:
Thaddeus Crews
2025-11-17 10:56:53 -06:00
8 changed files with 14 additions and 10 deletions

View File

@@ -909,7 +909,6 @@ void ThemeClassic::populate_standard_styles(const Ref<EditorTheme> &p_theme, Edi
p_theme->set_color("font_outline_color", "TextEdit", p_config.font_outline_color);
p_theme->set_color("caret_color", "TextEdit", p_config.font_color);
p_theme->set_color("selection_color", "TextEdit", p_config.selection_color);
p_theme->set_color("background_color", "TextEdit", Color(0, 0, 0, 0));
p_theme->set_constant("line_spacing", "TextEdit", 4 * EDSCALE);
p_theme->set_constant("outline_size", "TextEdit", 0);