2018-02-23 15:15 UTC+0200 Alexey Myronenko (m.oleksa/at/ukr.net)

* src/debug/dbgwa.prg
    ! fixed position of the cursor in (reopened) F6-WA window
This commit is contained in:
Alexey Myronenko
2018-02-26 22:25:20 +01:00
committed by Aleksander Czajczynski
parent a1cc5beb98
commit d01a23c4bd
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2018-02-23 15:15 UTC+0200 Alexey Myronenko (m.oleksa/at/ukr.net)
* src/debug/dbgwa.prg
! fixed position of the cursor in (reopened) F6-WA window
2018-02-13 13:23 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/sddodbc/core.c
! fix DBCreate() GPF when RDDSQL is active and connection is via SDDODBC

View File

@@ -160,6 +160,8 @@ PROCEDURE __dbgShowWorkAreas()
STATIC PROCEDURE DlgWorkAreaPaint( oDlg, aBrw )
LOCAL oDebug := __dbg()
/* Display captions */
hb_DispOutAt( oDlg:nTop, oDlg:nLeft + 5, " Area ", oDlg:cColor )
@@ -193,8 +195,7 @@ STATIC PROCEDURE DlgWorkAreaPaint( oDlg, aBrw )
aBrw[ 1 ]:ForceStable()
aBrw[ 2 ]:ForceStable()
aBrw[ 3 ]:ForceStable()
aBrw[ 2 ]:Dehilite()
aBrw[ 3 ]:Dehilite()
AEval( aBrw, {| a, i | iif( oDebug:nWaFocus == i, a:HiLite(), a:DeHilite() ) } )
UpdateInfo( oDlg, Alias() )