Ensure primitve objects call base.OnInvalidate

This commit is contained in:
LarsBrubaker 2018-06-21 08:01:44 -07:00
parent ea500a67d7
commit b9e1740eb7
11 changed files with 44 additions and 0 deletions

View file

@ -65,6 +65,10 @@ namespace MatterHackers.MatterControl.DesignTools
{
Rebuild(null);
}
else
{
base.OnInvalidate(invalidateType);
}
}
private void Rebuild(UndoBuffer undoBuffer)