Просмотр исходного кода

Merge pull request #9344 from godotengine/classref/sync-6c9f2f7

classref: Sync with current 4.1 branch (6c9f2f7)
Max Hilbrunner 1 год назад
Родитель
Сommit
40e2ce9715
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      classes/class_editorspinslider.rst

+ 1 - 1
classes/class_editorspinslider.rst

@@ -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