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
This was noted as part of #935
When there is text that isn't being actively edited (e.g. the user pressed Esc) but hasn't been finalized yet, changes to the font don't redraw immediately and only take effect once a redraw is forced by some other action (e.g. pressing Ctrl, or clicking to start some new text)
These changes should cause a redraw, but #935 (comment) notes that there may be some other fixes required to achieve this.
This was noted as part of #935
When there is text that isn't being actively edited (e.g. the user pressed Esc) but hasn't been finalized yet, changes to the font don't redraw immediately and only take effect once a redraw is forced by some other action (e.g. pressing Ctrl, or clicking to start some new text)
These changes should cause a redraw, but #935 (comment) notes that there may be some other fixes required to achieve this.
font_changes.mp4