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

--- Comment #15 from Heiko Tietze <[email protected]> ---
Using a color fixes the issue for me

diff --git a/svtools/source/control/ctrlbox.cxx
b/svtools/source/control/ctrlbox.cxx
index 83e45b132d71..9df628bab74d 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -832,7 +832,8 @@ OutputDevice& FontNameBox::CachePreview(size_t nIndex,
Point* pTopLeft,

             VirtualDevice& rDevice = *rVirtualDevs.back();
             rDevice.SetOutputSizePixel(Size(gUserItemSz.Width(),
gUserItemSz.Height() * gPreviewsPerDevice));
-            rDevice.SetBackground(Wallpaper(COL_TRANSPARENT));
+            const Color aColor =
Application::GetSettings().GetStyleSettings().GetFieldColor();
+            rDevice.SetBackground(Wallpaper(aColor));
             rDevice.Erase();
             if (bIsLOK)
             {

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to