mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 11:24:23 +01:00
IdeDebugger: Breakpoint dialog, fix crash due to BreakGroup used as breakpoint.
This commit is contained in:
parent
a2fa2d33cd
commit
f01fd2064b
@ -463,7 +463,7 @@ begin
|
||||
if Result = nil then begin
|
||||
tvBreakPoints.BeginUpdate;
|
||||
try
|
||||
Result := tvBreakPoints.AddChild(nil, ABrkGroup);
|
||||
Result := tvBreakPoints.AddChild(nil, nil);
|
||||
GrpHeader := TBreakpointGroupFrame.Create(Self, tvBreakPoints, Result, ABrkGroup);
|
||||
GrpHeader.Visible := tbGroupByBrkGroup.Down;
|
||||
GrpHeader.OnDeleteGroup := @DoGroupDeleteBtnClicked;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user