mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:39:28 +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;
|
DeltaRow := 0;
|
||||||
|
|
||||||
aa := AAutoAdvance;
|
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
|
if Inverse then
|
||||||
case aa of
|
case aa of
|
||||||
aaRight: aa := aaLeft;
|
aaRight: aa := aaLeft;
|
||||||
|
Loading…
Reference in New Issue
Block a user