Making sliders have option to do non-linear scalling

This commit is contained in:
LarsBrubaker 2021-08-30 08:47:11 -07:00
parent 82adc982d8
commit 627abbef9e
18 changed files with 52 additions and 30 deletions

View file

@ -96,7 +96,9 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
{
if(SheetObject3D.HasParametersWithActiveFunctions(child))
{
child.Invalidate(new InvalidateArgs(child, InvalidateType.Properties));
// This really needs to be 'Has Perameters With index at this level'
// And is not the source object (only the copies should try to re-build (that might fix the recursion bug without the extra filtering)
//child.Invalidate(new InvalidateArgs(child, InvalidateType.Properties));
}
}