See changelog 2002-05-07 08:10 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-05-07 10:59:53 +00:00
parent 4e9f1a3685
commit 622bfa49ba
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-05-07 22:25 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
* contrib/rdd_ads/ads1.c
! fixed problem on Seeking Dates with RDDADS
2002-05-07 08:00 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
* source/rtl/tbrowse.prg
! Bug fixed reported by Lorenzo Fiorini.

View File

@@ -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