-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CTL] Fix RTL scrolling and tabs selection. #44487
Conversation
bruvzg
commented
Dec 18, 2020
•
edited
Loading
edited
- Fixes RTL scrolling / content height calculation. Fixes RichTextBox cut down last lines scrolling (affects docs) #44484
- Fixes selection of tabs (and other space characters) with fonts that do not have glyphs for these characters. Fixes Tabs in TextEdit do not get highlighted when selected #44450
- Fixes non-integer text position with some scrollable controls.
I got that style issue too, it seems For now I've went with the |
Probably, I have clang-format 11 used in the git hook, and had similar styling issues with mismatching clang-format version in the past. |
…chars) into selection rectangles.
…itor, to ensure sharp text rendering. Use integer font align/advance with any font scaling, to ensure sharp text rendering.
Thanks! |