mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 06:52:35 +02:00
qt: fix ListView + imagelist
git-svn-id: trunk@18937 -
This commit is contained in:
parent
83f556cdd7
commit
82e65f56e6
@ -949,8 +949,8 @@ begin
|
||||
Assigned(TListView(ALV).LargeImages) then
|
||||
ImgList.Assign(TListView(ALV).LargeImages);
|
||||
|
||||
if (TListView(ALV).ViewStyle = vsSmallIcon) and
|
||||
Assigned(TListView(ALV).LargeImages) then
|
||||
if (TListView(ALV).ViewStyle in [vsSmallIcon, vsReport, vsList]) and
|
||||
Assigned(TListView(ALV).SmallImages) then
|
||||
ImgList.Assign(TListView(ALV).SmallImages);
|
||||
|
||||
if (ImgList.Count > 0) and
|
||||
|
Loading…
Reference in New Issue
Block a user