* Fix erronous insertion of LTR characters inside a string

This commit is contained in:
mazen 2004-10-04 16:19:53 +00:00
parent 892daa42ec
commit c1a8b51047

View File

@ -292,7 +292,9 @@ begin
begin
lp := lp + Length(c);
Result += 1;
end;
end
else
Result := vp;
if DirectionOf(Src) = drRTL
then
begin