LCL: list view: check for handle

git-svn-id: trunk@57242 -
This commit is contained in:
ondrej 2018-02-03 23:51:45 +00:00
parent 2d3f983511
commit 5ed8447065

View File

@ -1742,6 +1742,9 @@ procedure TCustomListView.ImageResolutionHandleDestroyed(
var
lvil: TListViewImageList;
begin
if not HandleAllocated then
Exit;
for lvil in TListViewImageList do
if Sender = FImages[lvil] then
begin