2009-08-17 16:02 UTC+0300 Phil Krylov <phil@newstar.rinet.ru>

* source/debug/tbrwtext.prg
    ! Fixed RTE on deleting the last tracepoint.
This commit is contained in:
Phil Krylov
2009-08-17 12:03:18 +00:00
parent efb1591f75
commit c9d3a93d9b
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-17 16:02 UTC+0300 Phil Krylov <phil@newstar.rinet.ru>
* source/debug/tbrwtext.prg
! Fixed RTE on deleting the last tracepoint.
2009-08-17 13:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/workarea.c
! keep EOF position synced in relation positioning

View File

@@ -233,7 +233,7 @@ METHOD Resize( nTop, nLeft, nBottom, nRight ) CLASS HBBrwText
ENDIF
IF lResize
::oBrw:Resize( nTop, nLeft, nBottom, nRight )
::nWidth := nRight - nLeft + 1
::nWidth := ::nRight - ::nLeft + 1
ENDIF
RETURN Self