]> www.fi.muni.cz Git - evince.git/commit
make page size calculation consistent and set it to (int)( width * scale +
authorJonathan Blandford <jrb@redhat.com>
Wed, 11 May 2005 05:20:51 +0000 (05:20 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 11 May 2005 05:20:51 +0000 (05:20 +0000)
commitf0f15671240dd6e99f22e91386bd384246f2d4cd
treea16c9c14ffadfd246dcb06fb477a4c60af7cf6a4
parent7a1449773ef2f1619c17a7ec8873562afaa6cd05
make page size calculation consistent and set it to (int)( width * scale +

Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>

        * pdf/ev-poppler.cc:
        * backend/ev-page-cache.c: make page size calculation consistent
        and set it to (int)( width * scale + 0.5).  This makes the weird
        line going through the middle of the page go away.

        * shell/ev-view.c: move painting the background page after
        checking the expose area covers us.
ChangeLog
backend/ev-page-cache.c
pdf/ev-poppler.cc
shell/ev-view.c