https://bugs.kde.org/show_bug.cgi?id=465688

Jorge <jorge_barroso...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jorge_barroso...@hotmail.co
                   |                            |m

--- Comment #1 from Jorge <jorge_barroso...@hotmail.com> ---
I have been able to reproduce this when using a display scale different from
100% and a screenshot (ensuring the same size as the display)

The problem seems to come from DocumentView::toggleZoomToFit and
DocumentView::toggleZoomToFill calling "d->setZoom(1., d->cursorPosition());"
with "1." zoom, which should probably be a different value (i.e. 1.25 for 125%
scale), but I'm unsure as to what's the best way to get the current display
scale and apply it to the zoom level instead of a hardcoded "1."

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to