pspp-sheet-view: Fix bug that omitted bottom of cell grid lines.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Jul 2013 23:43:13 +0000 (16:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Jul 2013 23:49:05 +0000 (16:49 -0700)
src/ui/gui/pspp-sheet-view.c

index 468dbae8e2edd62ec98ac55055a00ead8458bdf0..070d010880dcb54a65afdc0e207f96b83160ae97 100644 (file)
@@ -4165,7 +4165,7 @@ pspp_sheet_view_bin_expose (GtkWidget      *widget,
                               background_area.x + background_area.width,
                               background_area.y);
 
-             if (y_offset + max_height >= event->area.height)
+             if (y_offset + max_height <= event->area.height)
                gdk_draw_line (event->window,
                               tree_view->priv->grid_line_gc[widget->state],
                               background_area.x, background_area.y + max_height,