From d5d5dc3bbe6c0f05c6fac5c34e4076a6e362535d Mon Sep 17 00:00:00 2001 From: angelo Date: Wed, 28 May 1997 12:36:30 +0000 Subject: [PATCH] Correzione MI3381 relativa alla stampa EC/solleciti senza fincatura ma con la posssibilita' di stampare ugualmente lo sfondo grafico. git-svn-id: svn://10.65.10.50/trunk@4432 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sc/sc2100.cpp | 2 +- sc/sc2401.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/sc2100.cpp b/sc/sc2100.cpp index 37b831c8a..224380880 100755 --- a/sc/sc2100.cpp +++ b/sc/sc2100.cpp @@ -1189,7 +1189,7 @@ TEC_form::TEC_form(const TEC_mask& m, bool gesval) const int first = head.height()-2; const int last = pr.formlen(); const int horiz[] = { first+2, last-foot.height()+1, 0 }; - set_mode((bkg_mode)_fincatura); + set_fink_mode(_fincatura == 1 ? FALSE : TRUE); genera_fincatura(odd_page, first, last, horiz); } TForm_item& uns = section('F').find_field(PEC_UNASSIGNED); diff --git a/sc/sc2401.cpp b/sc/sc2401.cpp index 715e3aa06..ed5fbbd44 100755 --- a/sc/sc2401.cpp +++ b/sc/sc2401.cpp @@ -1175,7 +1175,7 @@ TESSL_form::TESSL_form(const TESSL_mask& m, bool gesval, short id_datalim, short if (_fincatura) { TPrint_section& fink = section('G'); - set_mode((bkg_mode)_fincatura); + set_fink_mode(_fincatura == 1 ? FALSE : TRUE); genera_fincatura(odd_page, rows[0] - 2, rows[1] + (_maxtot * _total_rows) + 2, rows); if (fink.fields() > 0) {