diff --git a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp index 2765e2e2fd..12ca003eac 100644 --- a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp @@ -154,6 +154,9 @@ void HacksWidget::LoadSettings() const QSignalBlocker blocker(m_accuracy); auto samples = Config::Get(Config::GFX_SAFE_TEXTURE_CACHE_COLOR_SAMPLES); + // Re-enable the slider in case it was disabled because of a custom value + m_accuracy->setEnabled(true); + int slider_pos = 0; switch (samples)