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
This commit is contained in:
guy 1994-08-29 07:21:55 +00:00
parent b72c76fe61
commit 9feb523764

View File

@ -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);