Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
baa8310a
Commit
baa8310a
authored
Aug 12, 1998
by
Arturo Espinosa
Browse files
Bug fix
parent
33b2145b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/item-grid.c
View file @
baa8310a
...
...
@@ -449,6 +449,7 @@ item_grid_event (GnomeCanvasItem *item, GdkEvent *event)
col
=
find_col
(
item_grid
,
event
->
button
.
x
,
NULL
);
row
=
find_row
(
item_grid
,
event
->
button
.
y
,
NULL
);
gnumeric_sheet_accept_pending_output
(
gsheet
);
gnumeric_sheet_cursor_set
(
gsheet
,
col
,
row
);
if
(
!
(
event
->
button
.
state
&
GDK_SHIFT_MASK
))
sheet_selection_clear_only
(
sheet
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment