mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue