Word warp issue with multi-line texts (3 lines)
Hi,
I am using word wrap with Text Area component:
textArea.setWideTextAction(WIDE_TEXT_WORDWRAP);My texts are usually so long that they need to be wrapped to 3 lines.
I have seen no issue with the first wrap (between line 1 and 2), but the second warp (between lines 2 and 3) does not work correctly. The end word is usually broken in the middle (the library tries to put there as many characters as possible).
It appears as if "character wrap" is enabled between 2nd and 3rd line.
Tested on Touch GFX 4.20, but the behaviour was observed at least since 4.17 version.
Am I missing some settings? Or is it simply a bug?
Thanks,
Petr
