[Libreoffice-bugs] [Bug 119438] Slow pasting & cursor lags behind at undo
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 23 08:02:06 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119438
--- Comment #2 from Telesto <telesto at surfxs.nl> ---
Created attachment 144381
--> https://bugs.documentfoundation.org/attachment.cgi?id=144381&action=edit
Bibisect log
Bisected to
author Jan-Marek Glogowski <glogow at fbihome.de> 2018-07-09 09:06:55 +0200
committer Khaled Hosny <khaledhosny at eglug.org> 2018-07-09 22:11:35
+0200
commit fad862e290d727fc9fefe206f6e4b807482c4175 (patch)
tree 5195c1277fce198e5b69d552e9209665d8007faf
parent 9d754a59154c40235c240bb0e7f47a2006fa85bd (diff)
tdf#118555 fix HFONT fallback handing / lifecycle
Instead of storing the never changing DC in the WinFontInstance
store the HFONT, which is Windows logical font instance.
Then set the correct HFONT instance from the layout when rendering
its text.
This also changes the HFONT ownership and lifecycle. The HFONT
is moved from the mhFonts to the WinFontInstance, if available,
so it has a proper referenced lifecycle. The mhFonts is still
needed, as embedded font just supply an HFONT and no
WinFontInstance.
--
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/20180823/406e55b7/attachment.html>
More information about the Libreoffice-bugs
mailing list