mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 23:46:00 +01:00
Pass event to sc_mouse_zoom to prevent SIGSEGV
This commit is contained in:
parent
6f64f459a0
commit
9712257b62
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ sc_mouse_zoom(girara_session_t* session, girara_argument_t* argument, girara_eve
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return sc_zoom(session, argument, NULL, t);
|
return sc_zoom(session, argument, event, t);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in a new issue