fixed compilation
This commit is contained in:
parent
fce6b64e5e
commit
aa13bc0e36
1 changed files with 1 additions and 1 deletions
|
@ -167,13 +167,13 @@ void OptionsDialog::open() {
|
||||||
|
|
||||||
// Graphic options
|
// Graphic options
|
||||||
if (_fullscreenCheckbox) {
|
if (_fullscreenCheckbox) {
|
||||||
|
|
||||||
#ifdef SMALL_SCREEN_DEVICE
|
#ifdef SMALL_SCREEN_DEVICE
|
||||||
_fullscreenCheckbox->setState(true);
|
_fullscreenCheckbox->setState(true);
|
||||||
_fullscreenCheckbox->setEnabled(false);
|
_fullscreenCheckbox->setEnabled(false);
|
||||||
#else // !SMALL_SCREEN_DEVICE
|
#else // !SMALL_SCREEN_DEVICE
|
||||||
// Fullscreen setting
|
// Fullscreen setting
|
||||||
_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain));
|
_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain));
|
||||||
|
#endif // SMALL_SCREEN_DEVICE
|
||||||
}
|
}
|
||||||
|
|
||||||
// Audio options
|
// Audio options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue