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
52775364
Commit
52775364
authored
Feb 07, 2012
by
Sebastian Ramacher
Browse files
fix rotate
parent
4e6d73a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_widget.c
View file @
52775364
...
...
@@ -243,10 +243,6 @@ zathura_page_widget_expose(GtkWidget* widget, GdkEventExpose* event)
unsigned
int
page_height
=
widget
->
allocation
.
height
;
unsigned
int
page_width
=
widget
->
allocation
.
width
;
if
(
priv
->
page
->
document
->
rotate
%
180
)
{
page_height
=
widget
->
allocation
.
width
;
page_width
=
widget
->
allocation
.
height
;
}
switch
(
priv
->
page
->
document
->
rotate
)
{
case
90
:
...
...
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