[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 10:26:35 UTC 2020


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

--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Caolán McNamara from comment #11)
> ...
> #3  0x00007fffef46585f in OutputDevice::ImplClearAllFontData(bool)
> (bNewFontLists=true) at vcl/source/outdev/font.cxx:553
> #4  0x00007fffef465cbd in OutputDevice::ImplUpdateAllFontData(bool)
> (bNewFontLists=true) at vcl/source/outdev/font.cxx:589
> ...

As this is called between LockFontUpdates(true) and LockFontUpdates(false),
this must mean that the next call in the OutputDevice::ImplUpdateAllFontData -
which is OutputDevice::ImplRefreshAllFontData - will just set
svdata->mbFontUpdatesPending and svdata->mbFontUpdatesNewLists to true, and
later, in the LockFontUpdates(false), it must call
ImplRefreshAllFontData(true)...

at least that was the hope.

-- 
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/1eeb3f63/attachment.htm>


More information about the Libreoffice-bugs mailing list