diff options
| author | MichaelTheShifter <[email protected]> | 2016-05-25 20:50:35 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-05-25 20:50:35 -0400 |
| commit | c43d82eebd5e71ff5860fb2797bc4ebaa90e541e (patch) | |
| tree | 89ded82085a904e10a503f3c4454d1ed140fa996 /source/WindowsFormsApplication1/PanelManager.cs | |
| parent | e2d2829ce94c81ad5c36e0fc59cac63438520d67 (diff) | |
| download | shiftos-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.cs | 1 |
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) |
