diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6147bce5f1..f9193f181c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-09-26 18:38 GMT-3 Horacio Roldan + * source/rtl/dbedit.prg + * Fixed no-hilighting problem, sent by Wilson Velazquez + 2001-09-24 08:45 GMT+1 Antonio Linares - contrib/hgf/gtk/tform.prg + contrib/hgf/gtk/form.prg diff --git a/harbour/source/rtl/dbedit.prg b/harbour/source/rtl/dbedit.prg index cff9441f99..750ea55426 100644 --- a/harbour/source/rtl/dbedit.prg +++ b/harbour/source/rtl/dbedit.prg @@ -126,7 +126,7 @@ FUNCTION dbEdit(; oBrowse:HeadSep := iif( ISCHARACTER( xHeadingSeparators ), xHeadingSeparators, Chr( 205 ) + Chr( 209 ) + Chr( 205 ) ) oBrowse:ColSep := iif( ISCHARACTER( xColumnSeparators ), xColumnSeparators, " " + Chr( 179 ) + " " ) oBrowse:FootSep := iif( ISCHARACTER( xFootingSeparators ), xFootingSeparators, "" ) - oBrowse:AutoLite := .F. + oBrowse:AutoLite := .t. //don't know why it was .F. (if it break something...) // Calculate the number of columns