Misspelled class/wrong fn

Should be fixed.
This commit is contained in:
Seth Hillbrand 2025-08-24 21:45:55 -07:00
parent 04dab54825
commit 613db94679

View File

@ -447,7 +447,7 @@ FILTER_COMBOBOX::FILTER_COMBOBOX( wxWindow *parent, wxWindowID id, const wxPoint
#ifdef __WXMSW__ #ifdef __WXMSW__
// On Windows the listbox background doesn't have the right colour in dark mode // On Windows the listbox background doesn't have the right colour in dark mode
if( KIUI::IsDarkModeEnabled() ) if( KIPLATFORM::UI::IsDarkTheme() )
SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );
else else
#endif #endif