Fix a property reference in EditorSpinSlider

(cherry picked from commit d9c980f1cf)
This commit is contained in:
Yuri Sizov 2023-11-10 12:44:07 +01:00 committed by Rémi Verschelde
parent 1ef40f418e
commit 6c9f2f7109
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -5,7 +5,7 @@
</brief_description>
<description>
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.
</description>
<tutorials>
</tutorials>