[Scummvm-git-logs] scummvm master -> 7b3c68480a53517e49211b4a5476966064727bdb
sev-
noreply at scummvm.org
Sun Oct 23 13:32:27 UTC 2022
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:
7b3c68480a GUI: Properly remove shader settings when GUI override is unchecked
Commit: 7b3c68480a53517e49211b4a5476966064727bdb
https://github.com/scummvm/scummvm/commit/7b3c68480a53517e49211b4a5476966064727bdb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-10-23T15:31:56+02:00
Commit Message:
GUI: Properly remove shader settings when GUI override is unchecked
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index fda3ab280e5..75fac20a42a 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -699,6 +699,7 @@ void OptionsDialog::apply() {
ConfMan.removeKey("stretch_mode", _domain);
ConfMan.removeKey("scaler", _domain);
ConfMan.removeKey("scale_factor", _domain);
+ ConfMan.removeKey("shader", _domain);
ConfMan.removeKey("render_mode", _domain);
ConfMan.removeKey("renderer", _domain);
ConfMan.removeKey("antialiasing", _domain);
More information about the Scummvm-git-logs
mailing list