<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - macOS 100% CPU usage when minimizing screen if multiple documents are opened"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=103571#c32">Comment # 32</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - macOS 100% CPU usage when minimizing screen if multiple documents are opened"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=103571">bug 103571</a>
from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
<pre>For what it's worth:
The problem seems to starts with screenParametersChanged which leads to a
DisplayChanged event which leads to a DataChangedEventType::DISPLAY event
ending up refreshing all fonts (or something like that)
The screenParametersChanged 'broadcast' will happen even when I remove the
screenParametersChanged stuff here
<a href="https://opengrok.libreoffice.org/xref/core/vcl/osx/salinst.cxx#166">https://opengrok.libreoffice.org/xref/core/vcl/osx/salinst.cxx#166</a>
because of
<a href="https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304">https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304</a>
ScreenParametersChanged 'broadcast' will also happen when I comment out
<a href="https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304">https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304</a>
and letting salinst.cxx#166 intact.</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>