Delphi 2010 has PNG + alpha channel support in TImageList, so we don't need PNGcomponents any longer.

This commit is contained in:
Ansgar Becker
2010-02-08 00:36:17 +00:00
parent f628bcadbb
commit e045cb3d76
52 changed files with 4962 additions and 9698 deletions

View File

@ -632,6 +632,7 @@ var
Data: PShortcutItemData;
begin
// Fetch icon number of shortcut item
if not (Kind in [ikNormal, ikSelected]) then Exit;
if Sender.GetNodeLevel(Node) = 1 then begin
Data := Sender.GetNodeData(Node);
if Assigned(Data.KeyStroke) then