fix #113 - regression, setting a breakpoint vertically centers the matching line

This commit is contained in:
Basile Burg 2022-06-29 15:37:37 +02:00
parent 8dc896c68a
commit 093ffa54b3
1 changed files with 0 additions and 1 deletions

View File

@ -4032,7 +4032,6 @@ begin
else
addBreakPoint(line);
CaretY := Line;
centerCursor;
end;
procedure TDexedMemo.addGutterIcon(line: integer; value: TGutterIcon);