mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Delphi 2010 has PNG + alpha channel support in TImageList, so we don't need PNGcomponents any longer.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user