mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
LCL: fix grids bidi TAB behaviour as by Zaher Dirkey comments, issue #38186
git-svn-id: trunk@64402 -
This commit is contained in:
parent
20f6b975cf
commit
618596c2ba
@ -9095,16 +9095,6 @@ var
|
||||
DeltaRow := 0;
|
||||
|
||||
aa := AAutoAdvance;
|
||||
if UseRightToLeftAlignment then
|
||||
case AAutoAdvance of
|
||||
aaLeftUp: aa := aaRightUp;
|
||||
aaLeftDown: aa := aaRightDown;
|
||||
aaLeft: aa := aaRight;
|
||||
aaRightUp: aa := aaLeftUp;
|
||||
aaRightDown: aa := aaLeftDown;
|
||||
aaRight: aa := aaLeft;
|
||||
end;
|
||||
// invert direction if necessary
|
||||
if Inverse then
|
||||
case aa of
|
||||
aaRight: aa := aaLeft;
|
||||
|
Loading…
Reference in New Issue
Block a user