mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 10:20:41 +02:00
calling autosizing on changing TLabel.Caption
git-svn-id: trunk@6695 -
This commit is contained in:
parent
8446771602
commit
ad280d456b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user