- 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

View File

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