From c43d82eebd5e71ff5860fb2797bc4ebaa90e541e Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Wed, 25 May 2016 20:50:35 -0400 Subject: Release Candidate 2 We're almost there... --- source/WindowsFormsApplication1/PanelManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'source/WindowsFormsApplication1/PanelManager.cs') diff --git a/source/WindowsFormsApplication1/PanelManager.cs b/source/WindowsFormsApplication1/PanelManager.cs index 9e5327a..d347fb5 100644 --- a/source/WindowsFormsApplication1/PanelManager.cs +++ b/source/WindowsFormsApplication1/PanelManager.cs @@ -30,6 +30,7 @@ namespace ShiftOS var c = API.GetLastColorFromSession(); pnl.BackgroundColor = c; pnl.BackgroundImage = null; + pnl.ImagePath = null; }; } else if(e.Button == MouseButtons.Right) -- cgit v1.2.3