From 47112729220db3ac2a8fdbd6f1d1f131f61ac6f7 Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 9 Jul 1996 07:09:57 +0000 Subject: [PATCH] Modifica per la get della colonna di uno spreadsheet, mancava il +1000 (Guy e' d'accordo) git-svn-id: svn://10.65.10.50/trunk@3168 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/sheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sheet.cpp b/include/sheet.cpp index e95796361..9dde5ddd0 100755 --- a/include/sheet.cpp +++ b/include/sheet.cpp @@ -410,7 +410,7 @@ void TSheet_control::check( else _checked.reset(); - XI_OBJ* column = xi_get_obj(_obj, FIRST_FIELD); + XI_OBJ* column = xi_get_obj(_obj, FIRST_FIELD+1000); xi_cell_request(column); } else