dolphin/Source/Core/DolphinQt/Config/ConfigControls
Dentomologist 70b0bb4fc0 ConfigControl: Fix font styling bugs
Fix two bugs with bold and italic labels when a non-Base config layer is
active.

First, when constructing a ConfigControl the label wouldn't be
bolded until the next time a ConfigChanged signal was received. This
would happen if the user started a game before opening a config window
for the first time since starting Dolphin.

Second, ConfigRadioInt would bold/italicize every radio button for that
setting instead of just the selected radio button.

Renames the IsConfigLocal function to ShouldLabelBeBold, since the
former name was inaccurate if m_layer wasn't the local layer.
2025-09-25 10:47:28 -07:00
..
ConfigBool.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigBool.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigChoice.cpp Settings: Bugfix. Fix some combo boxes setting a value without user input. Prevents initial Load from calling the connection to save value. 2025-05-02 18:21:45 -07:00
ConfigChoice.h ConfigControl fix: Add invalid index check to ConfigComplexChoice. Resolve with a default index that can be set. 2025-03-26 13:15:57 -07:00
ConfigControl.h ConfigControl: Fix font styling bugs 2025-09-25 10:47:28 -07:00
ConfigFloatSlider.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigFloatSlider.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigInteger.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigInteger.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigRadio.cpp ConfigControl: Fix font styling bugs 2025-09-25 10:47:28 -07:00
ConfigRadio.h ConfigControl: Fix font styling bugs 2025-09-25 10:47:28 -07:00
ConfigSlider.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigSlider.h Qt Advanced Panel: Convert QSliders into ConfigSliders. 2025-05-26 19:52:30 -07:00