Cleaning up object3d invalidate calls
This commit is contained in:
parent
239c431560
commit
6305303047
49 changed files with 90 additions and 92 deletions
|
|
@ -100,10 +100,10 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
}
|
||||
}
|
||||
|
||||
Invalidate(new InvalidateArgs(this, InvalidateType.Mesh));
|
||||
Invalidate(InvalidateType.Mesh);
|
||||
if (changed)
|
||||
{
|
||||
base.OnInvalidate(new InvalidateArgs(this, InvalidateType.Properties));
|
||||
Invalidate(InvalidateType.Properties);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue