You've already forked lazarus-ccr
RxFPC: fix av on delete ToolBar SelectedImageList
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6300 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1081,6 +1081,9 @@ begin
|
||||
if AComponent = FImageList then
|
||||
SetImageList(nil)
|
||||
else
|
||||
if AComponent = FImageListSelected then
|
||||
SetImageListSelected(nil)
|
||||
else
|
||||
if AComponent is TPopupMenu then
|
||||
begin
|
||||
for i:=0 to FToolbarItems.Count - 1 do
|
||||
|
Reference in New Issue
Block a user