Stam[a riporti a inizio pagina

git-svn-id: svn://10.65.10.50/trunk@2641 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1996-02-26 08:48:36 +00:00
parent 7322aed1ad
commit e2cf62841b

View File

@ -65,6 +65,7 @@ protected:
static void ec_footer_handler(TPrinter& p);
public:
TTotalizer& totali() { return _totali; }
TDecoder& causali() { return _causali; }
TDecoder& valute() { return _valute; }
@ -1011,7 +1012,10 @@ bool TEC_form::print_game(const TPartita& game)
{
TEC_row& riga = righe.row(r);
if (pr.rows_left() < body.height())
int a = pr.rows_left(); /* dbg */
int b = body.height(); /* dbg */
if (pr.rows_left() <= (body.height()+1)) // salto pagina
{
pr.formfeed();
for (word nr = 0; nr < _num_rip; nr++)