mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 14:22:49 +02:00
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:
parent
e6e119e440
commit
a8b657b971
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user