mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 12:20:22 +02:00
MaskEdit: fix RestoreMask.
git-svn-id: trunk@49069 -
This commit is contained in:
parent
0e0a97a9be
commit
b81e99f438
@ -1033,6 +1033,9 @@ begin
|
|||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
// if NewText = old Text the next statement will do nothing,
|
||||||
|
// and NO mask will appear, so Clear first ...
|
||||||
|
Clear;
|
||||||
Text := NewText;
|
Text := NewText;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user