diff --git a/harbour/source/debug/dbgtmenu.prg b/harbour/source/debug/dbgtmenu.prg index c228b78650..51d6a12c26 100644 --- a/harbour/source/debug/dbgtmenu.prg +++ b/harbour/source/debug/dbgtmenu.prg @@ -94,8 +94,8 @@ METHOD New() CLASS TDbMenu ::nRight := 0 ::aItems := {} ::cClrPopup := __DbgColors()[ 8 ] - ::cClrHotKey := __DbgColors()[ 10 ] - ::cClrHilite := __DbgColors()[ 11 ] + ::cClrHotKey := __DbgColors()[ 9 ] + ::cClrHilite := __DbgColors()[ 10 ] ::cClrHotFocus := __DbgColors()[ 11 ] ::nOpenPopup := 0 diff --git a/harbour/source/debug/dbgtobj.prg b/harbour/source/debug/dbgtobj.prg index 7d2757be17..5626f60c55 100644 --- a/harbour/source/debug/dbgtobj.prg +++ b/harbour/source/debug/dbgtobj.prg @@ -92,14 +92,15 @@ Local owndsets if (nsize nil - owndsets:=TDbWindow():New( nRow, 5, if(nRow+nsize+1