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
5026cbb9
Commit
5026cbb9
authored
Nov 06, 2016
by
Sebastian Ramacher
Browse files
Debug output
parent
527e2609
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/render.c
View file @
5026cbb9
...
...
@@ -853,6 +853,7 @@ render_all(zathura_t* zathura)
const
double
width
=
zathura_page_get_width
(
page
);
page_calc_height_width
(
zathura
->
document
,
height
,
width
,
&
page_height
,
&
page_width
,
true
);
girara_debug
(
"Queuing resize for page %u to %u x %u (%f x %f)."
,
page_id
,
page_width
,
page_height
,
width
,
height
);
GtkWidget
*
widget
=
zathura_page_get_widget
(
zathura
,
page
);
gtk_widget_set_size_request
(
widget
,
page_width
,
page_height
);
gtk_widget_queue_resize
(
widget
);
...
...
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