From e1bd76a4882fd6cd334c34932b0c89d2d81b42df Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 4 Aug 1999 15:06:47 +0000 Subject: [PATCH] Improved ShowScoreBoard method --- harbour/source/rtl/tgetlist.prg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harbour/source/rtl/tgetlist.prg b/harbour/source/rtl/tgetlist.prg index 829e35e0ec..fe66947ef2 100644 --- a/harbour/source/rtl/tgetlist.prg +++ b/harbour/source/rtl/tgetlist.prg @@ -467,9 +467,10 @@ return oOldGet METHOD ShowScoreboard() CLASS TGetList - local nRow, nCol, nOldCursor := SetCursor( 0 ) + local nRow, nCol, nOldCursor if Set( _SET_SCOREBOARD ) + nOldCursor = SetCursor( 0 ) nRow = Row() nCol = Col() SetPos( SCORE_ROW, SCORE_COL )