From 6f939e295e5d2e6ee5b3dad093d2d8c569a30087 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 11 Feb 2017 13:32:26 -0500 Subject: Fix Pong UI and panel buttons --- ShiftOS.WinForms/Applications/Pong.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS.WinForms/Applications/Pong.cs') 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() -- cgit v1.2.3