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
459b8ba3
Commit
459b8ba3
authored
Oct 26, 2013
by
Abdo Roig-Maranges
Committed by
Sebastian Ramacher
Oct 27, 2013
Browse files
after a set_scale we need a render_all
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
0c0c3b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
links.c
View file @
459b8ba3
...
...
@@ -130,6 +130,7 @@ zathura_link_evaluate(zathura_t* zathura, zathura_link_t* link)
if
(
link
->
target
.
destination_type
!=
ZATHURA_LINK_DESTINATION_UNKNOWN
)
{
if
(
link
->
target
.
scale
!=
0
&&
link_zoom
)
{
zathura_document_set_scale
(
zathura
->
document
,
link
->
target
.
scale
);
render_all
(
zathura
);
}
/* get page */
...
...
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