MaskEdit: fix RestoreMask.

git-svn-id: trunk@49069 -
This commit is contained in:
bart 2015-05-17 14:27:37 +00:00
parent 0e0a97a9be
commit b81e99f438

View File

@ -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;