aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-21 22:14:23 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-21 22:14:23 +0100
commit2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9 (patch)
treee3733218d0d4633cd11790c222c6a9366f40b1ae /TimeHACK.Main/OS/Win95/Win95.cs
parent5bfa0d8184b94d22c8bd0cff404acae0ef210a3c (diff)
downloadhistacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.tar.gz
histacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.tar.bz2
histacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.zip
A lot of backend work!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index d968dd4..4e61bb7 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -103,7 +103,10 @@ namespace TimeHACK.OS.Win95
this.SendToBack();
// Update the taskbar
- UpdateTaskbar();
+ UpdateTaskbar();
+
+ // Bring to this the front
+ this.BringToFront();
//Check if it is the first time
if (CurrentSave.FTime95 == false)
@@ -118,8 +121,7 @@ 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();