aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/PanelManager.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-05-25 20:50:35 -0400
committerMichaelTheShifter <[email protected]>2016-05-25 20:50:35 -0400
commitc43d82eebd5e71ff5860fb2797bc4ebaa90e541e (patch)
tree89ded82085a904e10a503f3c4454d1ed140fa996 /source/WindowsFormsApplication1/PanelManager.cs
parente2d2829ce94c81ad5c36e0fc59cac63438520d67 (diff)
downloadshiftos-c-_theultimatehacker-c43d82eebd5e71ff5860fb2797bc4ebaa90e541e.tar.gz
shiftos-c-_theultimatehacker-c43d82eebd5e71ff5860fb2797bc4ebaa90e541e.tar.bz2
shiftos-c-_theultimatehacker-c43d82eebd5e71ff5860fb2797bc4ebaa90e541e.zip
Release Candidate 2
We're almost there...
Diffstat (limited to 'source/WindowsFormsApplication1/PanelManager.cs')
-rw-r--r--source/WindowsFormsApplication1/PanelManager.cs1
1 files changed, 1 insertions, 0 deletions
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)