Skip to content

Commit 4bb8a3e

Browse files
author
Roman Kassebaum
committed
The Images are normally assigned.
1 parent 95b6c28 commit 4bb8a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/VirtualExplorerTree.pas

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4282,7 +4282,9 @@ function TCustomVirtualExplorerTree.DoGetImageIndex(Node: PVirtualNode; Kind: TV
42824282
begin
42834283
if (Result = nil) and (Column = Header.MainColumn) then
42844284
begin
4285-
Result := SmallSysImages;
4285+
Result := Images;
4286+
if Result = nil then
4287+
Result := SmallSysImages;
42864288
if not NS.ThreadedIconLoaded and ThreadedImagesEnabled and not (csDesigning in ComponentState) then
42874289
begin
42884290
if (Kind = ikNormal) or (Kind = ikSelected) then

0 commit comments

Comments
 (0)