From 25f83c8f191c0e451e2fc88b193d158517396f31 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 20 Apr 2017 16:17:44 -0400 Subject: [PATCH] Fix bug with shifter and skin applying --- ShiftOS.WinForms/Applications/Shifter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Applications/Shifter.cs b/ShiftOS.WinForms/Applications/Shifter.cs index 600a9b2..05ba638 100644 --- a/ShiftOS.WinForms/Applications/Shifter.cs +++ b/ShiftOS.WinForms/Applications/Shifter.cs @@ -832,7 +832,7 @@ namespace ShiftOS.WinForms.Applications }))); }; flbody.SetFlowBreak(color, true); - + color.Tag = "keepbg"; flbody.Controls.Add(color); color.Show(); }