Deprecate TextEdit background_color

This commit is contained in:
kit
2025-09-15 21:42:33 -04:00
parent 0b5ad6c73c
commit e2cbfb53f1
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)">