You've already forked lazarus-ccr
spktoolbar: Remove restriction to 24-bit bitmaps. (see https://forum.lazarus.freepascal.org/index.php/topic,61200.0.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8611 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -700,10 +700,7 @@ begin
|
||||
FToolbarDispatch := TSpkToolbarDispatch.Create(self);
|
||||
|
||||
FBuffer := TBitmap.Create;
|
||||
FBuffer.PixelFormat := pf24bit;
|
||||
|
||||
FTemporary := TBitmap.Create;
|
||||
FTemporary.Pixelformat := pf24bit;
|
||||
|
||||
SetLength(FTabRects, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user