Spostata la xi_insert_row prima della notify(K_CTRL+K_INS) per gestire correttamente

il focus


git-svn-id: svn://10.65.10.50/trunk@5083 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1997-08-20 12:28:54 +00:00
parent eb04deed88
commit d588842054

View File

@ -720,11 +720,11 @@ int TSpreadsheet::insert(
// Notifica che l'inserimento e' terminato
owner().post_insert(r);
xi_insert_row(_obj, INT_MAX);
if (call_notify)
notify(r, K_CTRL + K_INS);
xi_insert_row(_obj, INT_MAX);
if (update_sheet)
xi_cell_request(_obj);
}