diff --git a/src/Mod/Path/Gui/ViewProviderPath.cpp b/src/Mod/Path/Gui/ViewProviderPath.cpp index 0993814bf545..55a2704da55a 100644 --- a/src/Mod/Path/Gui/ViewProviderPath.cpp +++ b/src/Mod/Path/Gui/ViewProviderPath.cpp @@ -394,7 +394,7 @@ void ViewProviderPath::updateShowConstraints() { blockPropertyChange = false; StartIndex.purgeTouched(); } - StartIndexConstraints.StepSize = ShowCount.getValue()>0?ShowCount.getValue():1; + StartIndexConstraints.StepSize = ShowCount.getValue()>2?ShowCount.getValue()-2:1; } void ViewProviderPath::updateData(const App::Property* prop)