When I use a multiline style on a frame, I get this mangled result.


The multiline works, but the text background extends to the right beyond the border of the frame.
Here's the line of code that generated it.
Changing text justification just changes where the excess background is found.
Has anyone seen this?

The multiline works, but the text background extends to the right beyond the border of the frame.
Here's the line of code that generated it.
Code:
Control Add Frame, hdlg, 504, "Title" & $CrLf & "Rocks", 340,20,70,90, %bs_left Or %bs_multiline
Has anyone seen this?
Comment