You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Char width computation didn't work as expected when the first character
of the NSTextView was an emoji. The `maximumAdvancement` returned the
length of the emoji, placing the margins at unexpected position.
This commit improves the computation by using a fixed character (`x` has
been chosen, arbitrarily). The margin will thus be placed at 50
non-emoji characters.
0 commit comments