Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are two bugs this PR fixes: 1. The text style of the ellipsis should be the same as the style of the text that's truncated. This is fixed by passing the styleId to the ellipsis text run. 2. When the text is unwrapped, ellipsis should only happen at the last few characters, instead of the whole line. This is fixed by setting x back to 0.0 after the 'do we need ellipsis' check. Diffs= 4b7454518f editor: minor text fixes (#8787)
- Loading branch information