<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice text blurry on Retina displays on macOS 11"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122#c82">Comment # 82</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice text blurry on Retina displays on macOS 11"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138122">bug 138122</a>
              from <span class="vcard"><a class="email" href="mailto:tml@iki.fi" title="Tor Lillqvist <tml@iki.fi>"> <span class="fn">Tor Lillqvist</span></a>
</span></b>
        <pre>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
<a href="https://codereview.qt-project.org/c/qt/qtbase/+/322228">https://codereview.qt-project.org/c/qt/qtbase/+/322228</a> , for instance.)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>