diff options
Diffstat (limited to 'TimeHACK.Main')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 32d619f..f60273d 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -105,10 +105,7 @@ namespace TimeHACK.OS.Win95 this.SendToBack(); // Update the taskbar - UpdateTaskbar(); - - // Bring to this the front - this.BringToFront(); + UpdateTaskbar(); //Check if it is the first time if (CurrentSave.FTime95 == false) @@ -123,9 +120,13 @@ namespace TimeHACK.OS.Win95 nonimportantapps[nonimportantapps.Count - 1].BringToFront(); nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing); + // Bring to this the front + this.BringToFront(); + app.BringToFront(); } + } private void fontLoad() |
