[okular] [Bug 421634] Presentation mode misrendering with two monitors and screen scaling

David Hurka bugzilla_noreply at kde.org
Sun May 17 22:01:39 BST 2020


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

--- Comment #1 from David Hurka <david.hurka at mailbox.org> ---
QWidget, being a QPaintDevice, returns its size in Device Independent Pixels.
That is the actual size / scaling factor. The intention is to let QPainter
operations operate with the same Device Independent Pixels on any QPaintDevice,
and QWidget will render painting operations in the correct display resolution.

Considering that, returning 1280x720 as the widget size is correct.

Sorry, this is for sure not the information you are looking for, and you
probably already know that. Specifically, I can’t tell why the widget returns
different sizes, and don’t know the painting code of the presentation widget.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list