You've already forked lazarus-ccr
fix bug in TToolPanel on show ToolPanelSetupForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -902,7 +902,11 @@ begin
|
||||
|
||||
if not (csLoading in ComponentState) then
|
||||
for i:=0 to FToolbarItems.Count - 1 do
|
||||
FToolbarItems[i].FButton.Align:=BtnAl2Align[AValue];
|
||||
begin
|
||||
// if Assigned(FToolbarItems[i]) then
|
||||
// if Assigned(FToolbarItems[i].FButton) then
|
||||
FToolbarItems[i].FButton.Align:=BtnAl2Align[AValue];
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TToolPanel.SetImageList(const AValue: TImageList);
|
||||
|
Reference in New Issue
Block a user