diff --git a/Perspex.Controls/TextBlock.cs b/Perspex.Controls/TextBlock.cs index 642f97d9a2..3ed165e624 100644 --- a/Perspex.Controls/TextBlock.cs +++ b/Perspex.Controls/TextBlock.cs @@ -133,6 +133,7 @@ namespace Perspex.Controls context.FillRectange(background, new Rect(this.Bounds.Size)); } + this.FormattedText.Constraint = this.Bounds.Size; context.DrawText(this.Foreground, new Point(), this.FormattedText); }