From 3c4e6c32051df352425fd4a9a49bfa242704f041 Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 27 Jan 1997 16:34:20 +0000 Subject: [PATCH] Tolta la riga bianca in piu' tra un articolo e l'altro. git-svn-id: svn://10.65.10.50/trunk@4104 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve1100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {