Aggiunta alla destroy degli sheet

git-svn-id: svn://10.65.10.50/trunk@2433 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-01-11 11:38:53 +00:00
parent d282088ff1
commit 9279f22900

View File

@ -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;