mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 14:50:32 +02:00
TDBCustomNavigator.Notification: handle FImages.
git-svn-id: trunk@41255 -
This commit is contained in:
parent
cba50c803f
commit
cd1166e74b
@ -245,6 +245,7 @@ begin
|
||||
if (Operation=opRemove) then begin
|
||||
if (FDataLink<>nil) and (AComponent=DataSource) then
|
||||
DataSource:=nil;
|
||||
if (AComponent = FImages) then Images := nil;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user