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);