[Libreoffice-bugs] [Bug 137643] Can't select font, no font dropdown list, if open MSO .doc in GTK3 only (gen and Skia OK)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 23 09:19:35 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137643
--- Comment #9 from Caolán McNamara <caolanm at redhat.com> ---
What I see is the font list is created, later LockFontUpdates(true) is called,
but during the load a "FontChanged" is received (which is typical when a gtk
window get focus) and PhysicalFontCollection::Clear is called so there are no
fonts when the font combobobox is created, and then later
LockFontUpdates(false) is called.
for the gen case there is no "FontChanged" so the initial
pre-LockFontUpdates(true) call fonts are available for the font combobox to
populate from
--
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/20201023/4461e4ff/attachment.htm>
More information about the Libreoffice-bugs
mailing list