Skip to content

Commit

Permalink
Make Video dialog defaults match those in Settings class.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa666666 committed May 29, 2017
1 parent 5dbd9fe commit bc1fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/VideoDialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bc1fc44

Please sign in to comment.