jvcllaz: Fix FilterCombobox in JvThumbnail demo to contain correct filter strings and to have 1st item selected.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6335 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-21 17:47:53 +00:00
parent f56f289b2d
commit f2afe5838a
4 changed files with 5 additions and 5 deletions

View File

@ -771,7 +771,7 @@ begin
Bmp.SetSize(w, h);
Bmp.Canvas.Brush.Color := clWhite;
Bmp.Canvas.FillRect(0, 0, w, h);
Bmp.Assign(Picture);
Bmp.Assign(Picture.Graphic);
SrcIntfImg.LoadFromBitmap(Bmp.Handle, Bmp.MaskHandle);
DestIntfImg.LoadFromBitmap(Bmp.Handle, Bmp.MaskHandle);
TransformProc(SrcIntfImg, DestIntfImg, ARedData, AGreenData, ABlueData);