1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 01:50:25 +00:00

Centers target line with warning.

This commit is contained in:
FellippeHeitor 2021-07-21 12:41:41 -03:00
parent dd686b4071
commit e3d65b3559

View file

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