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:
parent
eb04deed88
commit
d588842054
@ -720,11 +720,11 @@ int TSpreadsheet::insert(
|
|||||||
// Notifica che l'inserimento e' terminato
|
// Notifica che l'inserimento e' terminato
|
||||||
owner().post_insert(r);
|
owner().post_insert(r);
|
||||||
|
|
||||||
|
xi_insert_row(_obj, INT_MAX);
|
||||||
|
|
||||||
if (call_notify)
|
if (call_notify)
|
||||||
notify(r, K_CTRL + K_INS);
|
notify(r, K_CTRL + K_INS);
|
||||||
|
|
||||||
xi_insert_row(_obj, INT_MAX);
|
|
||||||
|
|
||||||
if (update_sheet)
|
if (update_sheet)
|
||||||
xi_cell_request(_obj);
|
xi_cell_request(_obj);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user