Aggiunto check aggiuntivo a cambio pagina del campo corrente.

git-svn-id: svn://10.65.10.50/trunk@392 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-10-18 08:16:53 +00:00
parent b3bb46aff7
commit 70e24858d2

View File

@ -853,9 +853,9 @@ int TMask::find_first_field(WINDOW w, int dir) const
bool TMask::check_current_page()
{
if (!test_focus_change())
return FALSE;
/*
if (!test_focus_change())
return FALSE;
if (sheets() > 0)
return TRUE;