From 486f5d2f70f404b592117b6dd055e5a4510169e5 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 6 Nov 2011 12:48:09 +0000 Subject: [PATCH] IDE: fixed codetool-jump focus issue #0020630 git-svn-id: trunk@33368 - --- ide/main.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/main.pp b/ide/main.pp index e306c6c50c..e922e08df2 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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