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

@@ -856,7 +856,6 @@ void ThemeModern::populate_standard_styles(const Ref<EditorTheme> &p_theme, Edit
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(1, 1, 1, 0));
p_theme->set_constant("line_spacing", "TextEdit", 4 * EDSCALE);
p_theme->set_constant("outline_size", "TextEdit", 0);