Hi,
numbered list markers do not behave correctly while using rvbdRightToLeft mode. It should use SetTextAlign(.., TA_RTLREADING) in DoPaint method. I've fixed it myself but can you (Sergey) implement it into your source?
ListMarker and rvbdRightToLeft
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
LTR:
RTL, original wrong view:
RTL, original correct view:
As you can see the very last point is reversed.
Code: Select all
1. bla bla
1.1. bla bla
Code: Select all
alb alb 1.
alb alb 1.1.
Code: Select all
alb alb .1
alb alb .1.1