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

@ -1627,7 +1627,7 @@
</constant>
</constants>
<theme_items>
<theme_item name="background_color" data_type="color" type="Color" default="Color(0, 0, 0, 0)">
<theme_item name="background_color" data_type="color" type="Color" default="Color(0, 0, 0, 0)" deprecated="Assign a [StyleBoxFlat] to [theme_item normal] instead, and set [member StyleBoxFlat.bg_color] to the desired background color.">
Sets the background [Color] of this [TextEdit].
</theme_item>
<theme_item name="caret_background_color" data_type="color" type="Color" default="Color(0, 0, 0, 1)">