From d9c980f1cfe16528a616a771a4ca3d5090a13e1d Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Fri, 10 Nov 2023 12:44:07 +0100 Subject: [PATCH] Fix a property reference in EditorSpinSlider --- doc/classes/EditorSpinSlider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorSpinSlider.xml b/doc/classes/EditorSpinSlider.xml index 0d687ba7f5d..7108f873e66 100644 --- a/doc/classes/EditorSpinSlider.xml +++ b/doc/classes/EditorSpinSlider.xml @@ -5,7 +5,7 @@ This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior. - If [member step] is [code]1[/code], the [EditorSpinSlider] will display up/down arrows, similar to [SpinBox]. If the [member step] is not [code]1[/code], a slider will be displayed instead. + If the [member Range.step] value is [code]1[/code], the [EditorSpinSlider] will display up/down arrows, similar to [SpinBox]. If the [member Range.step] value is not [code]1[/code], a slider will be displayed instead.