'Center' window functionality should be off by default.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2128 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-09-09 13:40:15 +00:00
parent db8fd2465f
commit aba64fa8e4
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Settings::Settings(OSystem* osystem)
setInternal("tia_filter", "zoom2x");
setInternal("fullscreen", "0");
setInternal("fullres", "auto");
setInternal("center", "true");
setInternal("center", "false");
setInternal("grabmouse", "false");
setInternal("palette", "standard");
setInternal("colorloss", "false");

View File

@ -573,7 +573,7 @@ void VideoDialog::setDefaults()
myUseVSyncCheckbox->setState(true);
myGrabmouseCheckbox->setState(false);
myUIMessagesCheckbox->setState(true);
myCenterCheckbox->setState(true);
myCenterCheckbox->setState(false);
myFastSCBiosCheckbox->setState(false);
myTexturePopup->setSelected("off", "");