* Fix from Bart for issue #39938

This commit is contained in:
Michaël Van Canneyt 2022-10-04 11:14:00 +02:00
parent f8848dd185
commit e736011c37

View File

@ -780,6 +780,8 @@ begin
end//FMaskSave = True
else
begin//FMaskSave = False
if Value<>'' then
begin
if FTrimType = metTrimRight then
begin
//fill text from left to rigth, skipping MaskLiterals
@ -808,6 +810,7 @@ begin
end;
end;
end;
end;
end;//FMaskSave = False
Result := S;
end;