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

Oliver Sander <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Oliver Sander <[email protected]> ---
What we do have, however, is

            if (qAbs(res.width() - res.height()) / qMin(res.height(),
res.width()) < 0.05) {
                return res;
            } else {
                qCDebug(OkularCoreDebug) << "QScreen calculation returned a non
square dpi." << res << ". Falling back";
            }


in method Utils::realDpi, file utils.cpp.  In other words, unequal dpi values
for x and y are actively ignored by Okular.  I am not sure whether that is a
bug or a feature.  Probably both.

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

Reply via email to