mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Misspelled class/wrong fn
Should be fixed.
This commit is contained in:
parent
04dab54825
commit
613db94679
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user