[Libreoffice-bugs] [Bug 103571] macOS 100% CPU usage when minimizing screen if multiple documents are opened

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Nov 18 20:59:15 UTC 2017


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

--- Comment #32 from Telesto <telesto at surfxs.nl> ---
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
https://opengrok.libreoffice.org/xref/core/vcl/osx/salinst.cxx#166
because of
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304

ScreenParametersChanged 'broadcast' will also happen when I comment out
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm#304
and letting salinst.cxx#166 intact.

-- 
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/20171118/58eba528/attachment.html>


More information about the Libreoffice-bugs mailing list