diff options
| author | Michael <[email protected]> | 2017-07-03 19:01:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-03 19:01:59 -0400 |
| commit | 23e622ffc37fa7b2f5c21378b60912af46289575 (patch) | |
| tree | 553da0c36de79b3b2ab2e8ec9c483d572cbc72a5 /ShiftOS.Frontend/GUI/Control.cs | |
| parent | 9a9fcc1357d1c79d0e6de668a958c228d6ce5611 (diff) | |
| download | shiftos_thereturn-23e622ffc37fa7b2f5c21378b60912af46289575.tar.gz shiftos_thereturn-23e622ffc37fa7b2f5c21378b60912af46289575.tar.bz2 shiftos_thereturn-23e622ffc37fa7b2f5c21378b60912af46289575.zip | |
image skinning of window borders
Diffstat (limited to 'ShiftOS.Frontend/GUI/Control.cs')
| -rw-r--r-- | ShiftOS.Frontend/GUI/Control.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/GUI/Control.cs b/ShiftOS.Frontend/GUI/Control.cs index fcd5bf0..32afecc 100644 --- a/ShiftOS.Frontend/GUI/Control.cs +++ b/ShiftOS.Frontend/GUI/Control.cs @@ -364,7 +364,7 @@ namespace ShiftOS.Frontend.GUI protected virtual void OnPaint(Graphics gfx) { - + gfx.Clear(Engine.SkinEngine.LoadedSkin.ControlColor); } public void InvalidateTopLevel() |
