mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 09:40:28 +02:00
IDE: fix DoJumpToCodePosition
git-svn-id: trunk@32346 -
This commit is contained in:
parent
5c8c123269
commit
ea6ce866f8
@ -1190,7 +1190,7 @@ begin
|
||||
else
|
||||
SrcEdit := ActiveSrcEdit as TSourceEditor;
|
||||
Result := DoJumpToCodePos(SrcEdit as TSourceEditor, ActiveUnitInfo,
|
||||
NewSource, NewX, NewY, NewTopLine, AddJumpPoint, MarkLine);
|
||||
NewSource, NewX, NewY, NewTopLine, AddJumpPoint, True, MarkLine);
|
||||
end;
|
||||
|
||||
procedure TMainIDEBase.FindInFilesPerDialog(AProject: TProject);
|
||||
|
Loading…
Reference in New Issue
Block a user