diff --git a/src/generic/htmllbox.cpp b/src/generic/htmllbox.cpp
index c1cc584ae5..62abb07171 100644
--- a/src/generic/htmllbox.cpp
+++ b/src/generic/htmllbox.cpp
@@ -278,7 +278,7 @@ wxHtmlListBox::GetSelectedTextColour(const wxColour& WXUNUSED(colFg)) const
wxColour
wxHtmlListBox::GetSelectedTextBgColour(const wxColour& WXUNUSED(colBg)) const
{
- return wxNullColour;
+ return GetSelectionBackground();
}
// ----------------------------------------------------------------------------