IDE: fixed codetool-jump focus issue #0020630

git-svn-id: trunk@33368 -
This commit is contained in:
martin 2011-11-06 12:48:09 +00:00
parent 0e7fb66545
commit 486f5d2f70

View File

@ -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