We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b6c28 commit 4bb8a3eCopy full SHA for 4bb8a3e
Source/VirtualExplorerTree.pas
@@ -4282,7 +4282,9 @@ function TCustomVirtualExplorerTree.DoGetImageIndex(Node: PVirtualNode; Kind: TV
4282
begin
4283
if (Result = nil) and (Column = Header.MainColumn) then
4284
4285
- Result := SmallSysImages;
+ Result := Images;
4286
+ if Result = nil then
4287
+ Result := SmallSysImages;
4288
if not NS.ThreadedIconLoaded and ThreadedImagesEnabled and not (csDesigning in ComponentState) then
4289
4290
if (Kind = ikNormal) or (Kind = ikSelected) then
0 commit comments