mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
Merged revision(s) 49069 #b81e99f438 from trunk:
MaskEdit: fix RestoreMask. ........ git-svn-id: branches/fixes_1_4@49181 -
This commit is contained in:
parent
fa2a75f05b
commit
9004eab5c7
@ -1029,6 +1029,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