summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-20 11:48:12 +0200
committerGitHub <noreply@github.com>2021-10-20 11:48:12 +0200
commit6d3eef03bc7f2df091c0cbc16d2fdc4011f4676f (patch)
tree476a4a14e648137bdb25605a569943644d20b69d /doc
parent36fd7f213d0082f4465cb0c89f7f9f58d06f8a0b (diff)
parentbf34253131c264b14dfdde50b95fb6c14bf1ad66 (diff)
Merge pull request #53260 from Calinou/editor-inspector-warning-yellow
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/EditorProperty.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml
index 6af6507606..5f342e6dc2 100644
--- a/doc/classes/EditorProperty.xml
+++ b/doc/classes/EditorProperty.xml
@@ -73,8 +73,8 @@
<member name="deletable" type="bool" setter="set_deletable" getter="is_deletable" default="false">
Used by the inspector, set to [code]true[/code] when the property can be deleted by the user.
</member>
- <member name="draw_red" type="bool" setter="set_draw_red" getter="is_draw_red" default="false">
- Used by the inspector, set to [code]true[/code] when the property must draw with error color. This is used for editable children's properties.
+ <member name="draw_warning" type="bool" setter="set_draw_warning" getter="is_draw_warning" default="false">
+ Used by the inspector, set to [code]true[/code] when the property is drawn with the editor theme's warning color. This is used for editable children's properties.
</member>
<member name="keying" type="bool" setter="set_keying" getter="is_keying" default="false">
Used by the inspector, set to [code]true[/code] when the property can add keys for animation.