fixed compilation

This commit is contained in:
Pawel Kolodziejski 2012-02-10 08:01:10 +01:00
parent fce6b64e5e
commit aa13bc0e36

View file

@ -167,13 +167,13 @@ void OptionsDialog::open() {
// Graphic options
if (_fullscreenCheckbox) {
#ifdef SMALL_SCREEN_DEVICE
_fullscreenCheckbox->setState(true);
_fullscreenCheckbox->setEnabled(false);
#else // !SMALL_SCREEN_DEVICE
// Fullscreen setting
_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain));
#endif // SMALL_SCREEN_DEVICE
}
// Audio options