You've already forked lazarus-ccr
* 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:
@ -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');
|
||||
|
Reference in New Issue
Block a user