diff --git a/cg/cg0200.cpp b/cg/cg0200.cpp index e801563d5..37217c131 100755 --- a/cg/cg0200.cpp +++ b/cg/cg0200.cpp @@ -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; }