From a65ce870f8a30d0af8cf26782e56bff71c0e296a Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Jan 1997 15:01:46 +0000 Subject: [PATCH] Sistemata insert git-svn-id: svn://10.65.10.50/trunk@4098 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/msksheet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 4ef864b36..95802502c 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -703,9 +703,9 @@ int TSpreadsheet::insert( _property.insert(NULL, r); // Notifica che l'inserimento h terminato - notify(r, K_CTRL + K_INS); - owner().post_insert(r); xi_insert_row(_obj, INT_MAX); + owner().post_insert(r); + notify(r, K_CTRL + K_INS); xi_cell_request(_obj); } else