From 622bfa49ba92d984a7b7c747871bb3ac79181428 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Tue, 7 May 2002 10:59:53 +0000 Subject: [PATCH] See changelog 2002-05-07 08:10 UTC-0300 --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/tbrowse.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c132702a33..87c3162125 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-05-07 22:25 UTC-0300 Luiz Rafael Culik + * contrib/rdd_ads/ads1.c + ! fixed problem on Seeking Dates with RDDADS + 2002-05-07 08:00 UTC-0300 Luiz Rafael Culik * source/rtl/tbrowse.prg ! Bug fixed reported by Lorenzo Fiorini. diff --git a/harbour/source/rtl/tbrowse.prg b/harbour/source/rtl/tbrowse.prg index f4e400d5de..b5c35d2936 100644 --- a/harbour/source/rtl/tbrowse.prg +++ b/harbour/source/rtl/tbrowse.prg @@ -508,7 +508,7 @@ METHOD SetColumnWidth( oCol ) CLASS TBrowse nColWidth += nL enddo endif - endif + if nColWidth>nWidthMax nColWidth:=nWidthMax endif @@ -516,7 +516,7 @@ METHOD SetColumnWidth( oCol ) CLASS TBrowse nLen:=nWidthMax endif nWidth:= if(nColwidth>nLen,nColwidth,nLen) - + endif return nWidth