When the RTL flag is specified in InstallOptions, the
controls and their text is right-justified propertly,
however the vertical scrollbar is still to the right as
it is for LTR settings.
RTL GUIs should have the vertical scrollbar to the left.
Looking at the InstallOptions.cpp code, I see that even
though WS_EX_RIGHT and WS_EX_RTLREADING flags are
specified for RTL dialogs, the WS_EX_LAYOUTRTL and
WS_EX_LEFTSCROLLBAR flags are omitted.
Logged In: YES
user_id=778767
I have submitted patch # 1288790
(http://sourceforge.net/tracker/index.php?func=detail&aid=1288790&group_id=22049&atid=373087).
Logged In: YES
user_id=584402
Thanks, fixed.