mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:55:56 +02:00
IDE: fixed codetool-jump focus issue #0020630
git-svn-id: trunk@33368 -
This commit is contained in:
parent
0e7fb66545
commit
486f5d2f70
@ -15198,8 +15198,8 @@ begin
|
||||
LogCaret.X,LogCaret.Y,
|
||||
NewSource,NewX,NewY,NewTopLine,RevertableJump) then
|
||||
begin
|
||||
Flags := [jfAddJumpPoint];
|
||||
if not RevertableJump then include(Flags, jfFocusEditor);
|
||||
Flags := [jfFocusEditor];
|
||||
if not RevertableJump then include(Flags, jfAddJumpPoint);
|
||||
DoJumpToCodePosition(ActiveSrcEdit, ActiveUnitInfo,
|
||||
NewSource, NewX, NewY, NewTopLine, Flags);
|
||||
end else begin
|
||||
|
Loading…
Reference in New Issue
Block a user