mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:19:29 +02:00
* Fix from Bart for issue #39938
This commit is contained in:
parent
f8848dd185
commit
e736011c37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user