mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:45:59 +01:00
CS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
459b8ba3fc
commit
5c49792cb8
1 changed files with 2 additions and 2 deletions
4
links.c
4
links.c
|
@ -140,8 +140,8 @@ zathura_link_evaluate(zathura_t* zathura, zathura_link_t* link)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
page_offset_t offset;
|
page_offset_t offset;
|
||||||
page_calculate_offset(zathura, page, &offset);
|
page_calculate_offset(zathura, page, &offset);
|
||||||
|
|
||||||
if (link->target.destination_type == ZATHURA_LINK_DESTINATION_XYZ) {
|
if (link->target.destination_type == ZATHURA_LINK_DESTINATION_XYZ) {
|
||||||
if (link->target.left != -1) {
|
if (link->target.left != -1) {
|
||||||
|
|
Loading…
Reference in a new issue