dolphin/Source/Core
Filippo Tarpini 28fafbeef2 Qt: Fix some Post Process Configuration Widget issues n3
1 ) When first opened, the (user selected) post process shader config widget would print the wrong values on the text label next to int range sliders. For example if the range was from 1 to 6, and the value loaded from the config was 1, the label would print 0 when first opened, to then start showing the correct value once the slider was first moved.

This mirrors the behaviour of the float slider code below:
```auto* const value_box = new QLineEdit(QString::asprintf("%f", m_config_option->m_float_values[i]));```

2 ) The defautl int slider value would also be set wrong on first load, as it was being divided by the slider max instead of the slider step amount (again, just like for the float implementation). This is a mistake I had made with my previous submission.
2023-06-29 14:13:38 +03:00
..
AudioCommon Replace std::ostringstream usage with fmt::format 2023-06-18 18:37:32 -05:00
Common Merge pull request #11903 from noahpistilli/wiilink 2023-06-26 02:27:47 +02:00
Core Merge pull request #11903 from noahpistilli/wiilink 2023-06-26 02:27:47 +02:00
DiscIO Common: Convert FromWhichRoot to enum class 2023-06-13 13:25:22 -07:00
DolphinNoGUI Merge pull request #11873 from AdmiralCurtiss/pause-and-lock-host 2023-06-06 13:50:20 +02:00
DolphinQt Qt: Fix some Post Process Configuration Widget issues n3 2023-06-29 14:13:38 +03:00
DolphinTool Merge pull request #11960 from Minty-Meeo/dolphin-tool-code-review-4 2023-06-17 14:18:21 +02:00
InputCommon Merge pull request #11972 from Minty-Meeo/string-improvements-part-1c 2023-06-19 02:18:30 +02:00
MacUpdater CMake: Fix storyboard copying 2023-04-29 16:10:38 -05:00
UICommon Replace std::ostringstream usage with fmt::format 2023-06-18 18:37:32 -05:00
UpdaterCommon Common/CommonFuncs: Move interface into Common namespace 2023-04-18 19:23:04 -04:00
VideoBackends Merge pull request #11850 from Filoppi/post_process_fixes 2023-06-23 18:08:23 +02:00
VideoCommon Merge pull request #11982 from iwubcode/graphics_mod_create_texture_callback 2023-06-23 18:10:59 +02:00
WinUpdater StringUtil: Move CommandLineToUtf8Argv() into Common namespace 2023-05-16 14:23:21 -04:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #11903 from noahpistilli/wiilink 2023-06-26 02:27:47 +02:00
DolphinLib.vcxproj Added rcheevos to Externals 2023-04-02 08:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props