From e4e3b1a9f480517c596e044c638c26764a98b994 Mon Sep 17 00:00:00 2001 From: Teo Fonrouge Date: Thu, 10 Apr 2008 18:51:04 +0000 Subject: [PATCH] 2008-04-10 13:50 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * source/debug/tbrwtext.prg ! fixed small typo that was allowing wordwrapping long source code lines and was messing with the correct display of the current line --- harbour/ChangeLog | 5 +++++ harbour/source/debug/tbrwtext.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 16049e025c..cf89197e84 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-04-10 13:50 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) + * source/debug/tbrwtext.prg + ! fixed small typo that was allowing wordwrapping long source code lines + and was messing with the correct display of the current line + 2008-04-10 15:39 UTC+0100 Belgrano Massimo (mbelgrano/at/deltain.it) * harbour/contrib/rddado/adordd.prg Instead of overloading FOUND method in ADO RDD it will be diff --git a/harbour/source/debug/tbrwtext.prg b/harbour/source/debug/tbrwtext.prg index 8b0f895379..44362b884e 100644 --- a/harbour/source/debug/tbrwtext.prg +++ b/harbour/source/debug/tbrwtext.prg @@ -106,7 +106,7 @@ METHOD New( nTop, nLeft, nBottom, nRight, cFileName, cColor, lLineNumbers, nTabW ::cFileName := cFileName ::lLineNumbers := lLineNumbers - ::Super:New( "", nTop, nLeft, nBottom, nRight, .F., -1, nTabWidth ) + ::Super:New( "", nTop, nLeft, nBottom, nRight, .F., NIL, nTabWidth ) ::Super:SetColor( cColor ) ::Super:LoadFile( cFileName )