From e3d65b355911d27401e7a0ecdac577fdfba9eb77 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Jul 2021 12:41:41 -0300 Subject: [PATCH] Centers target line with warning. --- source/ide/ide_methods.bas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 0829fc367..1a5ba3e67 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -10653,6 +10653,7 @@ FUNCTION idewarningbox idegotobox_LastLineNum = warningLines(y) AddQuickNavHistory idecy = idegotobox_LastLineNum + idecentercurrentline IF warningIncLines(y) > 0 THEN warningInInclude = idecy warningInIncludeLine = warningIncLines(y) @@ -11778,6 +11779,7 @@ SUB idegotobox idegotobox_LastLineNum = v& AddQuickNavHistory idecy = v& + idecentercurrentline ideselect = 0 END SUB