lcl: TCoolBand: use alCustom for custom positioned label

git-svn-id: trunk@40495 -
This commit is contained in:
mattias 2013-03-06 12:08:13 +00:00
parent 7a95d54a48
commit 751398257f

View File

@ -281,6 +281,7 @@ begin
FTextLabel.Name := Format('TextLabel%d', [Index]);
FTextLabel.AutoSize := True;
FTextLabel.FreeNotification(FCoolBar);
FTextLabel.Align := alCustom;
FTextLabel.Parent := FCoolBar;
Dec(FCoolBar.FUpdateCount);
end