mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
SynEdit: fixes for future bidi support
git-svn-id: trunk@39046 -
This commit is contained in:
parent
0bd7ad7bdd
commit
fbee4f10f2
@ -147,6 +147,14 @@ begin
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
if (WeakStart <> nil) and (lbidi = bRtl) then begin
|
||||
while WeakStart < PWidths do begin
|
||||
WeakStart^ := WeakStart^ and (not PCWFlagRTL);
|
||||
inc(WeakStart);
|
||||
end;
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
(*
|
||||
|
Loading…
Reference in New Issue
Block a user