From 964f51c69a977a1d17e6138cb3fb26d547fd3bec Mon Sep 17 00:00:00 2001 From: Aioshiro Date: Thu, 8 May 2025 19:55:55 +0200 Subject: [PATCH] Fix description of `EditorProperty.draw_background` and `EditorProperty.draw_label` --- doc/classes/EditorProperty.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index aea0a218929..7f011236a90 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -110,10 +110,10 @@ Used by the inspector, set to [code]true[/code] when the property can be deleted by the user. - Used by the inspector, set to [code]true[/code] when the property label is drawn. + Used by the inspector, set to [code]true[/code] when the property background is drawn. - Used by the inspector, set to [code]true[/code] when the property background is drawn. + Used by the inspector, set to [code]true[/code] when the property label is drawn. 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.