Merge branch 'sh.highlight' of https://gitlab.com/bsteers4/gambas into sh.highlight
This commit is contained in:
commit
8b5224af77
1 changed files with 3 additions and 3 deletions
|
@ -392,7 +392,7 @@ Private Sub Init()
|
|||
|
||||
$bShowCursor = True
|
||||
GotoCenter(0, 0)
|
||||
Scroll(0, 0)
|
||||
|
||||
Refresh
|
||||
|
||||
End
|
||||
|
@ -2021,9 +2021,9 @@ Private Sub EnsureVisible(Optional bCenter As Boolean)
|
|||
|
||||
End
|
||||
|
||||
Public Sub GotoCenter(NX As Integer, NY As Integer, Optional Mark As Boolean)
|
||||
Public Sub GotoCenter(NX As Integer, NY As Integer)
|
||||
|
||||
Goto(NX, NY, Mark)
|
||||
Goto(NX, NY)
|
||||
EnsureVisible(True)
|
||||
' If Not $hTimerEnsureVisible Then
|
||||
' $hTimerEnsureVisible = New Timer As "EnsureVisible"
|
||||
|
|
Loading…
Reference in a new issue