Modifica base

git-svn-id: svn://10.65.10.50/trunk@3726 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1996-10-08 08:52:43 +00:00
parent 1348123529
commit bddd7f8d1c
2 changed files with 620 additions and 619 deletions

File diff suppressed because it is too large Load Diff

View File

@ -672,7 +672,7 @@ void TBase4::stampa_P(TPrinter& pr)
void TBase4::stampa_S(TPrinter& pr)
{
TPrint_section& body = section('H', odd_page);
TPrint_section& body = section('H', even_page);
body.reset();
TLocalisamfile qp(LF_QUAS);
_righePS.fill(_codditta,qp);
@ -803,10 +803,10 @@ void TBase4::stampa_N(TPrinter& pr)
void TBase4::stampa_fine(TPrinter& pr)
{
TPrint_section& sec = section('F', first_page);
const int lasty = calcola_firma();
const int hhr = sec.height();
sec.reset();
sec.update();
const int hhr = sec.height();
const int lasty = calcola_firma();
for (int i = 0; i < hhr; i++)
{
pr.print(sec.row(i));