From ff1877eef1ebdc888a4ce778ead54c33d613d26c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 29 Jul 2008 16:04:00 +0000 Subject: [PATCH] 2008-07-29 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/memoedit.prg ! Fixed so that "Abort (Y/N)" confirmation gets only popped up if _SET_SCOREBOARD is .T.. This way it's C5.x compatible. --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/memoedit.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1f9ec3640c..795e0df248 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-29 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/rtl/memoedit.prg + ! Fixed so that "Abort (Y/N)" confirmation gets only popped + up if _SET_SCOREBOARD is .T.. This way it's C5.x compatible. + 2008-07-29 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/make_b32_all.bat * contrib/make_vc_all.bat diff --git a/harbour/source/rtl/memoedit.prg b/harbour/source/rtl/memoedit.prg index 52ee88915a..34b3ab8b0c 100644 --- a/harbour/source/rtl/memoedit.prg +++ b/harbour/source/rtl/memoedit.prg @@ -149,7 +149,7 @@ METHOD KeyboardHook( nKey ) CLASS HBMemoEditor IF nKey == K_ESC - IF ::lDirty + IF ::lDirty .AND. Set( _SET_SCOREBOARD ) cBackScr := SaveScreen( ::nTop, ::nRight - 18, ::nTop, ::nRight ) nRow := Row()