diff options
| author | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 10:50:03 -0500 |
| commit | 875698963306e73b9ebb13401b73934835b9e2f5 (patch) | |
| tree | 964846453f47f777d51e99503a4a5f80377d0e09 /ShiftOS.WinForms/Tools/ControlManager.cs | |
| parent | d1469e5f6b9ce90f30e25bf5b0032d8a92309855 (diff) | |
| parent | e2284a7bc577aa78f1d22c8134b651fcb00147a0 (diff) | |
| download | shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.gz shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.tar.bz2 shiftos_thereturn-875698963306e73b9ebb13401b73934835b9e2f5.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Tools/ControlManager.cs')
| -rw-r--r-- | ShiftOS.WinForms/Tools/ControlManager.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ShiftOS.WinForms/Tools/ControlManager.cs b/ShiftOS.WinForms/Tools/ControlManager.cs index 32f0217..5cc4813 100644 --- a/ShiftOS.WinForms/Tools/ControlManager.cs +++ b/ShiftOS.WinForms/Tools/ControlManager.cs @@ -194,10 +194,7 @@ namespace ShiftOS.WinForms.Tools } } - Image dithered = null; - - - ctrl.ForeColor = SkinEngine.LoadedSkin.ControlTextColor; + ctrl.ForeColor = SkinEngine.LoadedSkin.ControlTextColor; ctrl.Font = SkinEngine.LoadedSkin.MainFont; |
