Patch level : 2003 nopatch

Files correlati     : cg0.exe
Ricompilazione Demo : [ ]
Commento            :

Riportata anche su cg0 la modifica di ve0 per GF20092


git-svn-id: svn://10.65.10.50/trunk@11444 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-09-24 14:56:49 +00:00
parent 1f6069e787
commit 8aedaf353f

View File

@ -239,7 +239,7 @@ HIDDEN bool paiv_handler(TMask_field& f, KEY key)
bool TClifo_application::tipocf_handler(TMask_field& f, KEY key)
{
if (key == K_TAB && f.focusdirty())
app().set_limits();
app().update_navigation_bar();
return TRUE;
}