2008-10-15 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/debug/tbrwtext.prg
    ! refresh rows after active line changing for proper color updating
This commit is contained in:
Przemyslaw Czerpak
2008-10-15 19:33:56 +00:00
parent bc1ec5f01a
commit b8bfdd4d75
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-15 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/debug/tbrwtext.prg
! refresh rows after active line changing for proper color updating
2008-10-15 20:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/debug/tbrwtext.prg
! fixed vertical navigation to be compatible with old debugger

View File

@@ -160,6 +160,7 @@ METHOD GotoLine( n ) CLASS HBBrwText
METHOD SetActiveLine( n ) CLASS HBBrwText
::nActiveLine := n
::RefreshAll()
RETURN Self