Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix auto wrapping of text with explict newlines
Previous changes to avoid including whitespace in width calculations accidentally broke layout if the text contained intentional newlines. They were previously handled correctly implicitly, before the change to trim unnecessary whitespace, which now requires explicitness. Fixes: 2b3b873 ("Improve AutoWrappingText trimming") Fixes #878
- Loading branch information