aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-11 13:32:26 -0500
committerMichael <[email protected]>2017-02-11 13:32:26 -0500
commit6f939e295e5d2e6ee5b3dad093d2d8c569a30087 (patch)
tree60a7d27b1e5ea24d2e6b37f9e5475634c5eb90bc /ShiftOS.WinForms/Applications/Pong.cs
parentd90ea0ba0126f0a4bee6fd200e1fb5219ad884dc (diff)
downloadshiftos_thereturn-6f939e295e5d2e6ee5b3dad093d2d8c569a30087.tar.gz
shiftos_thereturn-6f939e295e5d2e6ee5b3dad093d2d8c569a30087.tar.bz2
shiftos_thereturn-6f939e295e5d2e6ee5b3dad093d2d8c569a30087.zip
Fix Pong UI and panel buttons
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs
index d61e1fd..4b531b3 100644
--- a/ShiftOS.WinForms/Applications/Pong.cs
+++ b/ShiftOS.WinForms/Applications/Pong.cs
@@ -633,6 +633,11 @@ namespace ShiftOS.WinForms.Applications
public void OnLoad()
{
+ pnlintro.BringToFront();
+ pnlintro.Show();
+ pnlhighscore.Hide();
+ pnlgamestats.Hide();
+ pnlfinalstats.Hide();
}
public void OnSkinLoad()