use the selection background colour set using SetSelectionBackground() in GetSelectedTextBgColour() by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-03 23:33:38 +00:00
parent 7a118965b0
commit 5ae69f626a

View File

@@ -278,7 +278,7 @@ wxHtmlListBox::GetSelectedTextColour(const wxColour& WXUNUSED(colFg)) const
wxColour
wxHtmlListBox::GetSelectedTextBgColour(const wxColour& WXUNUSED(colBg)) const
{
return wxNullColour;
return GetSelectionBackground();
}
// ----------------------------------------------------------------------------