Hi,
After switched my project from 6.48 to 6.60 I have problem with form's caption.
Form's caption displayed with bold font and I don't know how to switch back 6.48 style.
The attached pictures made with a simple example project:
CODE
procedure TForm1.FormCreate(Sender: TObject);
begin
MySkinManager:=TsSkinManager.Create(Self);
MySkinManager.SkinDirectory:='C:Skins';
MySkinManager.SkinName:='Calcium';
Caption:=Caption+' – '+MySkinManager.SkinName+' – '+MySkinManager.Version;
end;
Gabor
[attachment=3861:FormCaption_AC648.JPG]
[attachment=3862:FormCaption_AC660.JPG]