projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ced2b
)
psppire-data-sheet: Make clicking on Cases column select all data.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 14 Oct 2012 18:40:28 +0000
(11:40 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 14 Oct 2012 18:46:06 +0000
(11:46 -0700)
This does what users expect in the data sheet.
Reported by John Darrington.
src/ui/gui/psppire-data-sheet.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-data-sheet.c
b/src/ui/gui/psppire-data-sheet.c
index 31f4b4b7df41d64a82f715d4e617f08f60c090a3..fa5e8569102264f0e2156fe8840b50e011e616c0 100644
(file)
--- a/
src/ui/gui/psppire-data-sheet.c
+++ b/
src/ui/gui/psppire-data-sheet.c
@@
-225,6
+225,7
@@
make_row_number_column (PsppireDataSheet *data_sheet,
renderer, NULL);
pspp_sheet_view_column_set_selectable (column, TRUE);
pspp_sheet_view_column_set_row_head (column, TRUE);
+ pspp_sheet_view_column_set_clickable (column, TRUE);
pspp_sheet_view_column_set_cell_data_func (
column, renderer, render_row_number_cell, ds, NULL);
pspp_sheet_view_column_set_fixed_width (column, 50);