Fixed a problem with base not rebuilding correctly.
This commit is contained in:
parent
26d6701809
commit
73f733db91
3 changed files with 7 additions and 4 deletions
|
|
@ -382,11 +382,11 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
if (propertyUpdated)
|
||||
{
|
||||
UpdateHistogramDisplay();
|
||||
Invalidate(InvalidateType.Properties);
|
||||
this.Invalidate(InvalidateType.Properties);
|
||||
}
|
||||
|
||||
rebuildLock.Dispose();
|
||||
Invalidate(InvalidateType.Path);
|
||||
Parent?.Invalidate(new InvalidateArgs(this, InvalidateType.Path));
|
||||
return Task.CompletedTask;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue