mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
GUI: Do not change aspect ratio setting when it is disabled
This commit is contained in:
parent
c3dead63d1
commit
2e67546852
@ -213,7 +213,7 @@ void OptionsDialog::open() {
|
||||
#ifdef GUI_ONLY_FULLSCREEN
|
||||
_fullscreenCheckbox->setState(true);
|
||||
_fullscreenCheckbox->setEnabled(false);
|
||||
_aspectCheckbox->setState(false);
|
||||
_aspectCheckbox->setState(ConfMan.getBool("aspect_ratio", _domain));
|
||||
_aspectCheckbox->setEnabled(false);
|
||||
#else // !GUI_ONLY_FULLSCREEN
|
||||
// Fullscreen setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user