Potenziato il controllo di perdita del focus.

git-svn-id: svn://10.65.10.50/trunk@132 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-09-01 17:03:53 +00:00
parent ee851d60cf
commit a2b70cbcb0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ bool TMask::test_focus_change(WINDOW next)
if (prev.on_key(K_TAB) == FALSE) // Test if previous field agrees ...
{
set_focus();
prev._focus_dirty = FALSE;
prev.set_focusdirty(FALSE);
ok = FALSE; // ... sorry, it does not
}
}

View File

@ -1 +1 @@
#define VERSION 1.11
#define VERSION 1.12