fix assign ImageList

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1300 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2010-08-24 17:51:33 +00:00
parent a2ed7be821
commit cf017c781b

View File

@ -205,6 +205,7 @@ procedure TRxViewsPanel.SetImageList(const AValue: TImageList);
begin
if FImageList=AValue then exit;
FImageList:=AValue;
FItems.UpdateImages;
end;
procedure TRxViewsPanel.SetItemIndex(const AValue: integer);