From 6f80e6dd165c71126637462e05098d03965b6d40 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 14 May 2009 16:19:09 +0800 Subject: [PATCH] Remove gratuitous call to change_active_cell. This caused data from the previous cell to be transfered to the new cell. Fixes bug #26568 --- lib/gtk-contrib/psppire-sheet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index f68ccad3..4baa27dd 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -3181,9 +3181,6 @@ psppire_sheet_unselect_range (PsppireSheet *sheet) psppire_sheet_real_unselect_range (sheet, NULL); sheet->state = GTK_STATE_NORMAL; - - change_active_cell (sheet, - sheet->active_cell.row, sheet->active_cell.col); } -- 2.30.2