settings: Fixup for ranged combobox fallback

# Conflicts:
#	3rdparty/SPIRV/SPIRV-Headers
#	3rdparty/SPIRV/SPIRV-Tools
#	3rdparty/yaml-cpp/yaml-cpp
#	3rdparty/zlib/zlib
This commit is contained in:
Megamouse 2020-09-29 21:20:23 +02:00
parent f90bf2dd40
commit 42de2a3e0b

View file

@ -369,7 +369,7 @@ void emu_settings::EnhanceComboBox(QComboBox* combobox, emu_settings_type type,
if (is_ranged)
{
index = combobox->findData(selected_q);
index = combobox->findData(qstr(def));
}
else
{