From 9279f2290061273d369ba03882dd2acf7c8b6643 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 11 Jan 1996 11:38:53 +0000 Subject: [PATCH] Aggiunta alla destroy degli sheet git-svn-id: svn://10.65.10.50/trunk@2433 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/pagament.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/pagament.cpp b/cg/pagament.cpp index 091edb1fb..062faa3fe 100755 --- a/cg/pagament.cpp +++ b/cg/pagament.cpp @@ -1593,7 +1593,7 @@ void TPagamento::set_sheet(TSheet_field& sf, int sscad) } for (int d = sf.items()-1; d >= i; d--) - sf.destroy(d); + sf.destroy(d, FALSE); sf.enable_column(2, in_valuta); } @@ -1616,7 +1616,7 @@ void TPagamento::set_sheet(TSheet_field& sf, int sscad) } for (int d = sf.items()-1; d >= i; d--) - sf.destroy(d); + sf.destroy(d, FALSE); } const bool abilita = _tpr <= 3;