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
pwmt
zathura
Commits
9712257b
Commit
9712257b
authored
Oct 23, 2014
by
Moritz Lipp
Browse files
Pass event to sc_mouse_zoom to prevent SIGSEGV
parent
6f64f459
Changes
1
Hide whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
9712257b
...
...
@@ -347,7 +347,7 @@ sc_mouse_zoom(girara_session_t* session, girara_argument_t* argument, girara_eve
return
false
;
}
return
sc_zoom
(
session
,
argument
,
NULL
,
t
);
return
sc_zoom
(
session
,
argument
,
event
,
t
);
}
bool
...
...
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