From 70e24858d29928e1846e8571588fe03c953e16f9 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 18 Oct 1994 08:16:53 +0000 Subject: [PATCH] Aggiunto check aggiuntivo a cambio pagina del campo corrente. git-svn-id: svn://10.65.10.50/trunk@392 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/mask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mask.cpp b/include/mask.cpp index 1c4611093..4b6ec7658 100755 --- a/include/mask.cpp +++ b/include/mask.cpp @@ -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;