From b270208354eac54132baf66668730b495f729794 Mon Sep 17 00:00:00 2001 From: angelo Date: Wed, 26 Mar 1997 08:26:08 +0000 Subject: [PATCH] Correzione MI3549. git-svn-id: svn://10.65.10.50/trunk@4239 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2104.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cg/cg2104.cpp b/cg/cg2104.cpp index 1b83b9b52..46d3e5f31 100755 --- a/cg/cg2104.cpp +++ b/cg/cg2104.cpp @@ -1027,6 +1027,7 @@ bool TPrimanota_application::showpartite_handler(TMask_field& f, KEY k) msg << (speso.sezione() == 'A' ? " Avere" : " Dare"); return f.error_box(msg); } + f.set_focus(); } } return ok;