Fix of SLADisplayOrientation updates

This commit is contained in:
bubnikv 2018-12-14 17:19:17 +01:00
parent 506cbcb4a7
commit d6471e7b07
4 changed files with 10 additions and 4 deletions

View file

@ -155,8 +155,8 @@ template<> inline const t_config_enum_values& ConfigOptionEnum<FilamentType>::ge
template<> inline const t_config_enum_values& ConfigOptionEnum<SLADisplayOrientation>::get_enum_values() {
static const t_config_enum_values keys_map = {
{ "Landscape", sladoLandscape},
{ "Portrait", sladoPortrait}
{ "landscape", sladoLandscape},
{ "portrait", sladoPortrait}
};
return keys_map;