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:
wp_xxyyzz
2022-11-12 10:19:12 +00:00
parent 6cc0a5829a
commit 08fd914612
2 changed files with 0 additions and 50 deletions

View File

@ -700,10 +700,7 @@ begin
FToolbarDispatch := TSpkToolbarDispatch.Create(self);
FBuffer := TBitmap.Create;
FBuffer.PixelFormat := pf24bit;
FTemporary := TBitmap.Create;
FTemporary.Pixelformat := pf24bit;
SetLength(FTabRects, 0);