From 9feb5237640c82b25307616540b745c0d2107abf Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 29 Aug 1994 07:21:55 +0000 Subject: [PATCH] Corretta gestione focus cell dopo uscita da maschera dello sheet git-svn-id: svn://10.65.10.50/trunk@79 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/msksheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index fb96691f9..6f4bd2ec8 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -286,7 +286,7 @@ void TSpreadsheet::update_rec(int rec) void TSpreadsheet::set_focus_cell(int riga, int colonna) { - // set_front_window(win()); + set_front_window(win()); // It seems necessary to make xi_set_focus work properly XI_OBJ cell; XI_MAKE_CELL(&cell, _list, rec2row(riga), colonna); xi_set_focus(&cell);