From c5c1117574a043d0af058c8b23fe8b3a77312432 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 4 Oct 1995 15:10:30 +0000 Subject: [PATCH] Aggiunto _edit_field = NULL nella TSpreadsheet::select git-svn-id: svn://10.65.10.50/trunk@1922 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/msksheet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 7ba4ddc52..9fbbf0dd7 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -1099,6 +1099,7 @@ void TSpreadsheet::activate(bool on) void TSpreadsheet::select(int r) { xi_scroll_rec(_list, r, NORMAL_COLOR, XI_ATR_ENABLED | XI_ATR_AUTOSELECT, 0); + _edit_field = NULL; set_focus_cell(0, 1); }