ViewProviderPath: tweek StartIndex auto step size
This commit is contained in:
committed by
Yorik van Havre
parent
7f891ebeae
commit
286b252f44
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user