JADERLINK

Results 1 issues of JADERLINK

Label Multiline is broken The error is present starting from commit: [https://github.com/modern-forms/Modern.Forms/commit/08f5eebce71a2463f0754651dad14d5a2824cc9c](https://github.com/modern-forms/Modern.Forms/commit/08f5eebce71a2463f0754651dad14d5a2824cc9c) In file: "src/Modern.Forms/Renderers/LabelRenderer.cs" changed the line of: ``` e.Canvas.DrawText (control.Text, text_bounds, control, control.TextAlign, maxLines: control.Multiline ? (int?)null :...