|
@@ -21,7 +21,7 @@ Description
|
|
|
|
|
|
This :ref:`Control<class_Control>` node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with :ref:`EditorInspectorPlugin<class_EditorInspectorPlugin>` to recreate the same behavior.
|
|
|
|
|
|
-If :ref:`step<class_EditorSpinSlider_property_step>` is ``1``, the **EditorSpinSlider** will display up/down arrows, similar to :ref:`SpinBox<class_SpinBox>`. If the :ref:`step<class_EditorSpinSlider_property_step>` is not ``1``, a slider will be displayed instead.
|
|
|
+If the :ref:`Range.step<class_Range_property_step>` value is ``1``, the **EditorSpinSlider** will display up/down arrows, similar to :ref:`SpinBox<class_SpinBox>`. If the :ref:`Range.step<class_Range_property_step>` value is not ``1``, a slider will be displayed instead.
|
|
|
|
|
|
.. rst-class:: classref-reftable-group
|
|
|
|