Hi,
I have English tools, but it work as Right to left forms, becuase it get the
BidiMode from the language, while i am not choose any language for my
application.
That is not bug, it is wrong behavior.
application.inc line #111
LCLGetLanguageIDs(LangDefault, LangFallback);
if LangDefault <> '' then
FBidiMode := Direction(LangDefault)
else
FBidiMode := Direction(LangFallback);
This check must done manually by the developer when he choose new language
(RTL) or load it.
FPC 2.4.4
Lazarus last 32791
Thanks
Zaher Dirkey
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus