mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
LCL: list view: check for handle
git-svn-id: trunk@57242 -
This commit is contained in:
parent
2d3f983511
commit
5ed8447065
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user