See changelog 2002-05-07 08:10 UTC-0300
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user