Corretta check (utilizzato il modo corrente della maschera)

git-svn-id: svn://10.65.10.50/trunk@4488 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1997-06-02 10:12:05 +00:00
parent e6ff4aa8c2
commit 797062113f

View File

@ -2636,7 +2636,7 @@ void TSheet_field::check_row(int n)
const int max = m.fields();
TMaskmode mask_mode = (TMaskmode) m.mode();
m.set_mode(MODE_INS);
m.set_mode(mask().mode());
for (int i = max - 1; i >= 0; i--)
{
TMask_field & f = m.fld(i);