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

--- Comment #57 from Michael Meeks <michael.me...@collabora.com> ---
Patch looks good - although some comments in the gerrit back-port =)

I'd really like us to fix the cross-platform issue that this shows up though:

svx/source/tbxctrls/tbcontrl.cxx 's:
            // HACK: Comparing is incomplete

Code seems bad to me - spending all this time doing ~nothing when we plug a
remote display in (and on every platform) also seems like a really poor use of
time =)

I'd like to investigate why this FontList comparison says the font list has
changed when this event occurs - triggering the expensive re-build of the
font-list - when it has not =)

Perhaps more interestingly - if that work is done at startup - before we create
a new top-level frame ;-) [ as it may well be ] can we do something to speed up
new window creation here by eg. deferring that work: just dirtying the
combo-box, or having a single item in it which is the current font, and
populating it only on first-click ? =) or somesuch clever.

Would be good to get a faster experience on all platforms from this if possible
=)

Would also be good to test changing the LCD font rendering settings [ if indeed
such settings exist ;-] on Linux which -should- cause the UI to completely
refresh - including these fonts: almost certainly it's not an issue because the
actual rendering (vs. measuring etc. in that list) should occur at a very low
level; but worth a check.

Thanks Tor ! =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to