anthonyfieroni added a reviewer: aacid.
anthonyfieroni added inline comments.

INLINE COMMENTS

> pageview.cpp:1708
>                              p.drawPixmap( 0, 0, doubleBuffer,
> -                                        blendRect.left() - 
> contentsRect.left(), blendRect.top() - contentsRect.top(),
> +                                        blendRect.left() - 
> contentsRect.left() * devicePixelRatioF(), blendRect.top() - 
> contentsRect.top() * devicePixelRatioF(),
>                                          blendRect.width() * 
> devicePixelRatioF(), blendRect.height() * devicePixelRatioF() );

Are you sure there haven't parentheses over subtractions

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D8980

To: davidedmundson, aacid
Cc: anthonyfieroni, #okular, gassaf, ngraham, aacid

Reply via email to