Ensure primitve objects call base.OnInvalidate
This commit is contained in:
parent
ea500a67d7
commit
b9e1740eb7
11 changed files with 44 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
Rebuild(null);
|
||||
}
|
||||
else
|
||||
{
|
||||
base.OnInvalidate(invalidateType);
|
||||
}
|
||||
}
|
||||
|
||||
private void Rebuild(UndoBuffer undoBuffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue