From 4f41f51267e04d752d3d438f70f06a7a37975f5d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 5 Jul 2017 08:43:35 -0400 Subject: HEAVILY optimize skins --- ShiftOS.Frontend/GUI/Control.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS.Frontend/GUI/Control.cs') diff --git a/ShiftOS.Frontend/GUI/Control.cs b/ShiftOS.Frontend/GUI/Control.cs index 31a3dd0..b502a71 100644 --- a/ShiftOS.Frontend/GUI/Control.cs +++ b/ShiftOS.Frontend/GUI/Control.cs @@ -393,6 +393,8 @@ namespace ShiftOS.Frontend.GUI gfx.Width = ctrl.Width; gfx.Height = ctrl.Height; ctrl.Paint(gfx); + gfx.X = draw_x; + gfx.Y = draw_y; } gfx.Width = draw_width; gfx.Height = draw_height; -- cgit v1.2.3