diff --git a/gui/options.cpp b/gui/options.cpp index 1ae2bd3edcd..d1c33f373d0 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -2033,6 +2033,8 @@ void OptionsDialog::setupGraphicsTab() { rebuild(); } else if (!_stretchPopUp && g_system->hasFeature(OSystem::kFeatureStretchMode)) { rebuild(); + } else if (!_aspectCheckbox && g_system->hasFeature(OSystem::kFeatureAspectRatioCorrection)) { + rebuild(); } setGraphicSettingsState(_enableGraphicSettings); }