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

--- Comment #9 from Alex Kempshall <mcmurchy1917-bugzi...@yahoo.co.uk> ---
I don't know what problem the above commit was addressing. However, the patch
below works for me. Would like to know what the developer thinks. 

diff --git a/vcl/source/control/imp_listbox.cxx
b/vcl/source/control/imp_listbox.cxx
index a6ca96f0a79a..e33d8e14f3de 100644
--- a/vcl/source/control/imp_listbox.cxx
+++ b/vcl/source/control/imp_listbox.cxx
@@ -2674,7 +2674,7 @@ void ImplWin::ImplDraw(vcl::RenderContext&
rRenderContext, bool bLayout)
                 if( bNativeOK && (nState & ControlState::ROLLOVER) )
                     aColor = rStyleSettings.GetFieldRolloverTextColor();
                 else
-                    aColor = rStyleSettings.GetHighlightTextColor();
+                    aColor = rStyleSettings.GetFieldTextColor();
                 rRenderContext.SetTextColor( aColor );
                 rRenderContext.DrawRect( maFocusRect );
             }
lines 1-13/13 (END)

-- 
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