Elimiata selezione riga dopo un force_update

git-svn-id: svn://10.65.10.50/trunk@2428 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-01-10 16:50:59 +00:00
parent fe7584f45b
commit db0f211d09

View File

@ -463,11 +463,9 @@ bool BA3700_application::sheet_action(TSheet_field&, int r, KEY k)
else if (mod && need_recalc)
{
// ridefinisci lo sheet sulla base delle nuove rate
const int row = shf->selected();
// ridefinisci lo sheet sulla base delle nuove rate
pag->set_sheet(*shf);
shf->force_update();
shf->select(row);
// rws->destroy();
(*rws) = shf->rows_array();
}