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

--- Comment #32 from Telesto <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to