mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Delphi 2010 has PNG + alpha channel support in TImageList, so we don't need PNGcomponents any longer.
This commit is contained in:
@ -269,6 +269,7 @@ var
|
||||
Context: String;
|
||||
begin
|
||||
// Draw arrow icon to indicate in/out context
|
||||
if not (Kind in [ikNormal, ikSelected]) then Exit;
|
||||
List := Sender as TVirtualStringTree;
|
||||
if Column <> 3 then
|
||||
ImageIndex := -1
|
||||
|
Reference in New Issue
Block a user