Qt: show images when with TListView.vsIcon style when we have more > 1 column. issue #23923

git-svn-id: trunk@40370 -
This commit is contained in:
zeljko 2013-02-23 08:09:45 +00:00
parent e6e119e440
commit a8b657b971

View File

@ -1268,6 +1268,8 @@ begin
LWI := nil;
if IsIconView(ALV) then
begin
if ASubIndex > 0 then
exit;
QtListWidget := TQtListWidget(ALV.Handle);
LWI := QtListWidget.getItem(AIndex);
end else