mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 21:18:01 +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
|
||||
Result := False;
|
||||
end;
|
||||
// if NewText = old Text the next statement will do nothing,
|
||||
// and NO mask will appear, so Clear first ...
|
||||
Clear;
|
||||
Text := NewText;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user