2008-10-17 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/debug/dbgtobj.prg
  * source/debug/dbgthsh.prg
  * source/debug/debugger.prg
  * source/debug/dbgtarr.prg
    * Changed rest of GETs to __dbgInput()

  * source/rtl/listbox.prg
    - Removed saving cursor position and color, 
      and changing default color.

  ; NOTE: Couldn't replicate Mono display RTE.
This commit is contained in:
Viktor Szakats
2008-10-17 08:17:58 +00:00
parent 7d0e105059
commit 5d9cdfab9c
6 changed files with 24 additions and 118 deletions

View File

@@ -3306,7 +3306,7 @@ STATIC FUNCTION strip_path( cFileName )
RETURN cName + cExt
STATIC FUNCTION __dbgInput( nRow, nCol, nWidth, cValue, bValid, cColor, nSize )
FUNCTION __dbgInput( nRow, nCol, nWidth, cValue, bValid, cColor, nSize )
LOCAL nOldCursor := SetCursor( SC_NORMAL )
LOCAL cTemp := cValue