calling autosizing on changing TLabel.Caption

git-svn-id: trunk@6695 -
This commit is contained in:
mattias 2005-01-26 17:51:34 +00:00
parent 8446771602
commit ad280d456b

View File

@ -114,6 +114,7 @@ end;
procedure TCustomLabel.CMTextChanged(var Message: TLMSetText);
begin
Invalidate;
AdjustSize;
end;
Function TCustomLabel.GetShowAccelChar : Boolean;
@ -250,6 +251,9 @@ end;
{
$Log$
Revision 1.27 2005/01/26 17:51:34 mattias
calling autosizing on changing TLabel.Caption
Revision 1.26 2005/01/24 12:23:11 mattias
fixed TColorButton.Paint