You've already forked lazarus-ccr
Remove vlc (no approval by author for moving from Laz to ccr), ZVDateTimeCtrls (in Lazarus), VirtualTreeViewNew (hosted on github).
Fix Laz-trunk compilation of Jvcl packages (due to changes in imagelist). git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2054,11 +2054,7 @@ begin
|
||||
begin
|
||||
Brush.Color := clWhite;
|
||||
FillRect(Rect(0, 0, Images.Width, Images.Height));
|
||||
{$IFDEF MSWINDOWS}
|
||||
ImageList_Draw(Images.Handle, Index, Handle, 0, 0, ILD_MASK);
|
||||
{$ELSE}
|
||||
Images.GetBitmap(Index, Bmp, gdeDisabled); // to do: test this
|
||||
{$ENDIF}
|
||||
Images.GetBitmap(Index, Bmp, gdeDisabled);
|
||||
end;
|
||||
Bmp.Monochrome := True;
|
||||
if DrawHighlight then
|
||||
|
Reference in New Issue
Block a user