From: John Darrington Date: Thu, 25 Oct 2007 11:24:29 +0000 (+0000) Subject: Enabled the autoscroll feature on the datasheet. X-Git-Tag: v0.6.0~214 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7dfbd6fdd9a66d4566ac989db1ce9b249c02927;p=pspp-builds.git Enabled the autoscroll feature on the datasheet. --- diff --git a/src/ui/gui/data-sheet.c b/src/ui/gui/data-sheet.c index df0bf383..2145d0f7 100644 --- a/src/ui/gui/data-sheet.c +++ b/src/ui/gui/data-sheet.c @@ -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);