diff options
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 40dd39b0d289..5c24d36e6607 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -571,6 +571,9 @@ namespace IMPL_LINK_NOARG(FontNameBox, UpdateHdl, Timer*, void) { + if (comphelper::LibreOfficeKit::isActive()) + return; + CachePreview(mnPreviewProgress++, nullptr); // tdf#132536 limit to ~25 pre-rendered for now. The font caches look // b0rked, the massive charmaps are ~never swapped out, and don't count |