dolphin/Source/Core/DolphinQt/Config/Graphics
Dentomologist 4303e086bf EnhancementsWidget: Fix display of default post-processing effect
Show "(off)" instead of "" when the default post-processing effect is
selected. This also indirectly fixes issues with keyboard navigation of
the post-processing effect combobox when the default is selected,
resolving https://bugs.dolphin-emu.org/issues/13863.

m_post_processing_effect was previously using the ConfigStringChoice
constructor that assumes the text and data of each option are identical.
This is true for all the other effects, but since "(off)" has the config
value of "" this assumption was failing for it, causing the combobox to
be blank.
2025-08-11 18:01:14 -07:00
..
AdvancedWidget.cpp DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
AdvancedWidget.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
ColorCorrectionConfigWindow.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
ColorCorrectionConfigWindow.h Qt: Color Correction window fixes 2023-07-16 16:48:08 -04:00
EnhancementsWidget.cpp EnhancementsWidget: Fix display of default post-processing effect 2025-08-11 18:01:14 -07:00
EnhancementsWidget.h EnhancementsWidget: Unabbreviate function and member names 2025-08-11 17:59:55 -07:00
GeneralWidget.cpp DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
GeneralWidget.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
GraphicsPane.cpp DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
GraphicsPane.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
HacksWidget.cpp DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
HacksWidget.h DolphinQt: Move graphics config to main Settings window. 2025-06-14 16:26:09 -05:00
PostProcessingConfigWindow.cpp DolphinQt: Adjust PostProcessingConfigWindow size on creation. 2025-07-01 15:26:13 -05:00
PostProcessingConfigWindow.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00