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:
@@ -369,7 +369,7 @@ void emu_settings::EnhanceComboBox(QComboBox* combobox, emu_settings_type type,
|
|||||||
|
|
||||||
if (is_ranged)
|
if (is_ranged)
|
||||||
{
|
{
|
||||||
index = combobox->findData(selected_q);
|
index = combobox->findData(qstr(def));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user