Enabled the autoscroll feature on the datasheet.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 Oct 2007 11:24:29 +0000 (11:24 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 Oct 2007 11:24:29 +0000 (11:24 +0000)
src/ui/gui/data-sheet.c

index df0bf3837f381d2fba785b872c91d15c678b6c39..2145d0f71ae72d272bc51be2817d67b6f403db1a 100644 (file)
@@ -133,7 +133,7 @@ psppire_data_sheet_create (gchar *widget_name, gchar *string1, gchar *string2,
 
   gtk_sheet_set_model (GTK_SHEET (sheet), G_SHEET_MODEL (the_data_store));
 
-  gtk_sheet_set_autoscroll (GTK_SHEET (sheet), FALSE);
+  gtk_sheet_set_autoscroll (GTK_SHEET (sheet), TRUE);
 
   gtk_widget_show (sheet);