[Libreoffice-bugs] [Bug 138122] LibreOffice text blurry on Retina displays on macOS 11

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 1 09:23:54 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138122

--- Comment #82 from Tor Lillqvist <tml at iki.fi> ---
Technical details: What apparently is going on is that in macOS 10.14 and
10.15, views (NSView objects) were backed by a Core Animation layer if the app
was built against the 10.14 SDK or later.

What Stephan Bergmann's patch (645fe53be0dc36535dba0ed684e21ca4cda80d70) does
is to make the soffice binary marked as built against some unknown old SDK even
if it was built with a current Xcode.

But in macOS 11.0, views are always backed by Core Animation layer, the SDK
version of the program executable does not matter any longer. (This is nicely
summarised by the commit message (unrelated to LibreOffice) in
https://codereview.qt-project.org/c/qt/qtbase/+/322228 , for instance.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201201/4cf9a90e/attachment.htm>


More information about the Libreoffice-bugs mailing list