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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user