From 23e622ffc37fa7b2f5c21378b60912af46289575 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Jul 2017 19:01:59 -0400 Subject: image skinning of window borders --- ShiftOS.Frontend/GUI/Control.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/GUI/Control.cs') 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() -- cgit v1.2.3