diff options
author | Thierry Crozat | 2018-10-22 22:06:44 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-10-22 22:08:39 +0100 |
commit | 27eb9453bb25316dcfe881d9ee0baed99ed08e52 (patch) | |
tree | 9e2c38dc302c0a173143690ca80f48ec3d761f12 /gui | |
parent | 8f3e1b7373edece88bb896add408dd02fe922086 (diff) | |
download | scummvm-rg350-27eb9453bb25316dcfe881d9ee0baed99ed08e52.tar.gz scummvm-rg350-27eb9453bb25316dcfe881d9ee0baed99ed08e52.tar.bz2 scummvm-rg350-27eb9453bb25316dcfe881d9ee0baed99ed08e52.zip |
GUI: Unset stretch-mode in game settings not overriding global settings
Diffstat (limited to 'gui')
-rw-r--r-- | gui/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 7d692d9372..efaacc955e 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -514,6 +514,7 @@ void OptionsDialog::apply() { ConfMan.removeKey("filtering", _domain); ConfMan.removeKey("aspect_ratio", _domain); ConfMan.removeKey("gfx_mode", _domain); + ConfMan.removeKey("stretch_mode", _domain); ConfMan.removeKey("render_mode", _domain); } } |