* Fixes to advanced demo

- Fix header draw in advanced header demo
 - Reload image lists to better transparency
 - Change to borderstyle = bsSingle where appropriate

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2008-04-18 21:15:16 +00:00
parent 2c7d207ed5
commit 7dbf9255af
12 changed files with 11615 additions and 11615 deletions

View File

@ -238,7 +238,7 @@ begin
FBackBitmap1 := TBitmap.Create;
FBackBitmap1.PixelFormat := OptimalPixelFormat;
FBackBitmap2 := TBitmap.Create;
FBackBitmap2.PixelFormat := OptimalPixelFormat;
//FBackBitmap2.PixelFormat := OptimalPixelFormat;
CreateCheckerBackground;
FHeaderBitmap := TBitmap.Create;
FHeaderBitmap.LoadFromLazarusResource('Transcriptions');