Making sheet affect more things
This commit is contained in:
parent
1e47c26e57
commit
793b47ad43
24 changed files with 52 additions and 50 deletions
|
|
@ -275,8 +275,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
await Rebuild();
|
||||
}
|
||||
else if (invalidateType.InvalidateType.HasFlag(InvalidateType.Properties)
|
||||
&& invalidateType.Source == this)
|
||||
else if ((invalidateType.InvalidateType.HasFlag(InvalidateType.Properties) && invalidateType.Source == this)
|
||||
|| invalidateType.InvalidateType.HasFlag(InvalidateType.SheetUpdated))
|
||||
{
|
||||
UpdateHistogramDisplay();
|
||||
await Rebuild();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue