浏览代码

Fix description of `EditorProperty.draw_background` and `EditorProperty.draw_label`

Aioshiro 4 月之前
父节点
当前提交
964f51c69a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/classes/EditorProperty.xml

+ 2 - 2
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 can be deleted by the user.
 		</member>
 		</member>
 		<member name="draw_background" type="bool" setter="set_draw_background" getter="is_draw_background" default="true">
 		<member name="draw_background" type="bool" setter="set_draw_background" getter="is_draw_background" default="true">
-			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.
 		</member>
 		</member>
 		<member name="draw_label" type="bool" setter="set_draw_label" getter="is_draw_label" default="true">
 		<member name="draw_label" type="bool" setter="set_draw_label" getter="is_draw_label" default="true">
-			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.
 		</member>
 		</member>
 		<member name="draw_warning" type="bool" setter="set_draw_warning" getter="is_draw_warning" default="false">
 		<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.
 			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.