mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 18:36:10 +02:00
ide: change breakpoint mark line when breakpoint line is changed
git-svn-id: trunk@30672 -
This commit is contained in:
parent
d8cb253065
commit
271b185f2c
@ -486,8 +486,12 @@ end;
|
||||
|
||||
procedure TManagedBreakPoint.UpdateSourceMark;
|
||||
begin
|
||||
if SourceMark = nil then Exit;
|
||||
SourceMark.IncChangeLock;
|
||||
SourceMark.Line := Line;
|
||||
UpdateSourceMarkImage;
|
||||
UpdateSourceMarkLineColor;
|
||||
SourceMark.DecChangeLock;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user