Fix fallback color theme name
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6064
This commit is contained in:
parent
d0ddc909dc
commit
a28f154cc5
|
@ -177,7 +177,7 @@ COLOR_SETTINGS* SETTINGS_MANAGER::GetColorSettings( const wxString& aName )
|
||||||
|
|
||||||
// This had better work
|
// This had better work
|
||||||
if( !ret )
|
if( !ret )
|
||||||
ret = m_color_settings.at( "user" );
|
ret = m_color_settings.at( "_builtin_default" );
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue