From bc1fc44f750799b128db0e0e4c9a372ab2e1ecf5 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 29 May 2017 11:17:23 -0230 Subject: [PATCH] Make Video dialog defaults match those in Settings class. --- src/gui/VideoDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index e33ce0cf2..58ee2215f 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -506,7 +506,7 @@ void VideoDialog::setDefaults() myFullscreen->setState(false); myUseStretch->setState(true); myUseVSync->setState(true); - myColorLoss->setState(true); + myColorLoss->setState(false); myUIMessages->setState(true); myCenter->setState(false); myFastSCBios->setState(false);