diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 4 | ||||
-rw-r--r-- | gui/themes/translations.dat | bin | 592015 -> 599347 bytes |
2 files changed, 1 insertions, 3 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 35c9864718..6de808ce9c 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -238,11 +238,10 @@ void OptionsDialog::open() { #ifdef GUI_ONLY_FULLSCREEN _fullscreenCheckbox->setState(true); _fullscreenCheckbox->setEnabled(false); - _aspectCheckbox->setState(ConfMan.getBool("aspect_ratio", _domain)); - _aspectCheckbox->setEnabled(false); #else // !GUI_ONLY_FULLSCREEN // Fullscreen setting _fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain)); +#endif // GUI_ONLY_FULLSCREEN // Aspect ratio setting if (_guioptions.contains(GUIO_NOASPECT)) { @@ -252,7 +251,6 @@ void OptionsDialog::open() { _aspectCheckbox->setEnabled(true); _aspectCheckbox->setState(ConfMan.getBool("aspect_ratio", _domain)); } -#endif // GUI_ONLY_FULLSCREEN } diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat Binary files differindex 468ae11879..9584d1227e 100644 --- a/gui/themes/translations.dat +++ b/gui/themes/translations.dat |