- when in autoscreenshot mode tell the viewer to NOT take focus (just for your tomreyn)

This commit is contained in:
Mark Vejvoda 2011-05-25 05:52:07 +00:00
parent 47eef2cbe7
commit dd620f7563
1 changed files with 3 additions and 0 deletions

View File

@ -2266,6 +2266,9 @@ bool App::OnInit() {
newXRotValue,
newYRotValue,
appPath);
if(autoScreenShotAndExit == true) {
mainWindow->Iconize(true);
}
mainWindow->Show();
mainWindow->init();
mainWindow->Update();