[Scummvm-git-logs] scummvm master -> cad1672ee79e0bac5c06dccd5942024e0bc88544
criezy
criezy at scummvm.org
Sun Jul 22 13:22:17 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
cad1672ee7 GUI: Fix crash when accessing options from GMM
Commit: cad1672ee79e0bac5c06dccd5942024e0bc88544
https://github.com/scummvm/scummvm/commit/cad1672ee79e0bac5c06dccd5942024e0bc88544
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-07-22T12:22:01+01:00
Commit Message:
GUI: Fix crash when accessing options from GMM
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index 7e5a3ac..3c5abea 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1418,6 +1418,8 @@ void OptionsDialog::reflowLayout() {
}
void OptionsDialog::setupGraphicsTab() {
+ if (!_fullscreenCheckbox)
+ return;
_gfxPopUpDesc->setVisible(true);
_gfxPopUp->setVisible(true);
_stretchPopUpDesc->setVisible(true);
More information about the Scummvm-git-logs
mailing list