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:
parent
ee851d60cf
commit
a2b70cbcb0
@ -33,7 +33,7 @@ bool TMask::test_focus_change(WINDOW next)
|
|||||||
if (prev.on_key(K_TAB) == FALSE) // Test if previous field agrees ...
|
if (prev.on_key(K_TAB) == FALSE) // Test if previous field agrees ...
|
||||||
{
|
{
|
||||||
set_focus();
|
set_focus();
|
||||||
prev._focus_dirty = FALSE;
|
prev.set_focusdirty(FALSE);
|
||||||
ok = FALSE; // ... sorry, it does not
|
ok = FALSE; // ... sorry, it does not
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#define VERSION 1.11
|
#define VERSION 1.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user