Improving material button

making text path work better
This commit is contained in:
Lars Brubaker 2021-09-02 11:26:00 -07:00
parent 61a97cb87b
commit b12fcfaea0
11 changed files with 51 additions and 94 deletions

View file

@ -125,7 +125,7 @@ namespace MatterHackers.MatterControl.DesignTools
}
}
Parent?.Invalidate(new InvalidateArgs(this, InvalidateType.Mesh));
Parent?.Invalidate(new InvalidateArgs(this, InvalidateType.Path));
return Task.CompletedTask;
}
}