projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c88e75
)
pspp-sheet-view: Fix bug that omitted bottom of cell grid lines.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 28 Jul 2013 23:43:13 +0000
(16:43 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 28 Jul 2013 23:49:05 +0000
(16:49 -0700)
src/ui/gui/pspp-sheet-view.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/pspp-sheet-view.c
b/src/ui/gui/pspp-sheet-view.c
index 468dbae8e2edd62ec98ac55055a00ead8458bdf0..070d010880dcb54a65afdc0e207f96b83160ae97 100644
(file)
--- a/
src/ui/gui/pspp-sheet-view.c
+++ b/
src/ui/gui/pspp-sheet-view.c
@@
-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,