From 028c6580ad3ef9a0895220d93771a552bb311ed4 Mon Sep 17 00:00:00 2001 From: luca83 Date: Tue, 27 Jan 2009 14:15:39 +0000 Subject: [PATCH] Patch level :10.0 Files correlati :lv3 Ricompilazione Demo : [ ] Commento : Corretta forzatura del focus git-svn-id: svn://10.65.10.50/trunk@18123 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv3100.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lv/lv3100.cpp b/lv/lv3100.cpp index 8ffb95b83..c30e78e6c 100755 --- a/lv/lv3100.cpp +++ b/lv/lv3100.cpp @@ -302,6 +302,7 @@ void TGestione_bolle_msk:: on_idle() TSheet_field& s = sfield(F_SHEET); //per ora 4 fisso perchè non sappiamo calcolare la colonna del ritirato s.set_focus_cell(_autoselect,4); + _autoselect = -1; } }