diff --git a/ve/ve1100.cpp b/ve/ve1100.cpp index c38e8ebe8..bff77f22c 100755 --- a/ve/ve1100.cpp +++ b/ve/ve1100.cpp @@ -729,7 +729,7 @@ bool TDocumento_form::validate(TForm_item &cf, TToken_string &s) { } cf.put_paragraph(descrizione); // Setta l'altezza effettiva del body, per evitare sprechi di righe - cf.section().set_height(cf.effective_height() + 1); + cf.section().set_height(cf.effective_height()); } if (code== "_ALIGN") {