Check solo se la maschera e' running

git-svn-id: svn://10.65.10.50/trunk@3830 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-10-28 10:37:35 +00:00
parent e7a8be7908
commit 5d0f1dfe4e

View File

@ -1618,7 +1618,8 @@ void TList_sheet::do_output(CheckTime t)
if (field().dlg() != id && hit)
{
f.on_hit();
f.check();
if (t == RUNNING_CHECK)
f.check();
}
}
}
@ -2013,7 +2014,8 @@ void TBrowse::do_output(CheckTime t)
if (field().dlg() != id && hit)
{
f.on_hit();
f.check();
if (t == RUNNING_CHECK)
f.check();
}
}
}