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:
parent
b72c76fe61
commit
9feb523764
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user