mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- when in autoscreenshot mode tell the viewer to NOT take focus (just for your tomreyn)
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user