mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
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:
parent
f90bf2dd40
commit
42de2a3e0b
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue