diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 9aa8aeace..a0a393fce 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -2344,6 +2344,12 @@ void TSheet_field::select(int r, bool scrollto) s->select(r, scrollto); } +void TSheet_field::set_focus_cell(int riga, int colonna) +{ + TSpreadsheet* s = (TSpreadsheet*)_ctl; + s->set_focus_cell(riga, colonna); +} + bool TSheet_field::on_key(KEY k) { if (k == K_TAB && items() > 0)