Merged revision(s) 49069 #b81e99f438 from trunk:

MaskEdit: fix RestoreMask.
........

git-svn-id: branches/fixes_1_4@49181 -
This commit is contained in:
maxim 2015-05-26 22:01:52 +00:00
parent fa2a75f05b
commit 9004eab5c7

View File

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